top of page

BLOGS


SharePoint.Files vs SharePoint.Contents in Power Query: Which One Should You Use?
Overview When you connect Power Query / Power BI to a SharePoint site (or document library), there are (at least) two common M-functions you may see or use: SharePoint.Files(siteUrl as text, optional options as record) as table SharePoint.Contents(siteUrl as text, optional options as record) as table Although they sound similar, their behavior, performance, metadata returned, and navigation experience differ. Understanding their differences helps in building more robust and p

Admin
Nov 96 min read


Data Types in Power Query vs. Data Types in Power BI’s Table View (Canvas)
Hook: If your model “mysteriously” changes numbers, breaks relationships, or sorts months alphabetically—blame data types. What we’ll cover: where to define types (and why), the safest order of operations across the ETL chain, Power Query vs. Model vs. Table View, special cases (DirectQuery, currency, duration), and concrete, copy-paste examples. 1) Why data types matter (and where they live) Power Query (PQ): Data shaping stage. Types here affect folding, transformations

Admin
Nov 25 min read


Dynamic File Path Handling in Excel & Power BI
Hook: Hard-coded paths are silent project killers. Move a file, share a workbook, or publish a PBIX—and boom: refresh fails. Goal: In ~10 minutes you’ll set up robust, parameter-driven paths for Excel (Power Query) and Power BI (Desktop & Service), plus a tiny, reusable M pattern you can paste into any project. 1) Why hard-coded paths fail When you embed "C:\Users\Alice\Project\data.csv" in a query, anyone whose files live elsewhere (e.g., D:\Work\Data\) will get errors. I

Admin
Oct 224 min read


Famously Excel Functions: INDEX and MATCH – Usage, Best Examples, and Tips & Tricks
Excel users often seek efficient ways to retrieve data from large spreadsheets. Two powerful functions that stand out in this pursuit are...

Admin
Sep 213 min read


The Ultimate Reusable Functions and Advanced Options Toolkit for Excel
Excel has been around for decades, but it’s still one of the most powerful tools for analytics, reporting, and automation. While most...

Admin
Sep 123 min read


Build a Profit & Loss (P&L) report in Power BI — end-to-end from CSVs
This post walks through the exact setup shown in your screenshots: folder-based CSV ingestion in Power Query, a tidy star schema, an FX...

MirVel
Aug 153 min read


How to Create Dynamic Drop-Downs in Excel for Interactive Charts and Data Management
Understanding Dynamic Drop-Downs Dynamic drop-down lists update their contents automatically based on user selections, eliminating...

MirVel
Aug 62 min read


Excel, Power BI and Power Automate licensing plans, prices & key differences (as of Aug 2025)
1 Excel licensing (stand‑alone vs Microsoft 365/Office 2024) (German pricing comparison beneath every table) Plan/version Price (USD,...

MirVel
Aug 38 min read


Mastering Excel Automation with Office Scripts for Enhanced Productivity
Ever find yourself repeating the same steps in Excel? Copying, pasting, and formatting the same data daily can be tedious. It eats up...

MirVel
Jul 204 min read


How to Convert Units in Excel
Excel’s CONVERT function makes it easy to switch between different units of measurement. This handy tool is ideal for school assignments,...

MirVel
Jun 143 min read


Excel Dynamic Array Functions: Unlocking a New Dimension
Microsoft Excel has entered a new era with dynamic array functions – a set of powerful functions in Excel for Microsoft 365 (and Excel...

MirVel
May 225 min read


Unlocking the Power of Excel Tables and Pivot Tables: A Beginner’s Guide
Working with data in Excel is easy and even fun once you learn about Tables and PivotTables . An Excel Table is just a range of data...

MirVel
May 117 min read


Power BI vs Excel: Which One Should You Take?
In today’s data-driven world, knowing how to analyze and understand data is more critical than ever. Two prominent players stand out for...

MirVel
Apr 187 min read


Maximizing Your Excel Skills: The Ultimate Do's and Don'ts Guide
Excel is one of those magical tools that can turn your data chaos into something organized and neat. But navigating its features can feel...

MirVel
Apr 124 min read


Did you know…how to prepare an Excel workbook for work?
When it comes to Excel, preparation is key. The right setup before you dive into data crunching can save you hours later. Here are...

MirVel
Mar 242 min read


Did you know…what are the essential (must-know) functions?
Did you see this picture before? If not, I guess it is time to take some Excel basics :=) Excel formula tab Here are my top functions...

MirVel
Mar 243 min read


Power Query: Reusable Calendar function
This Power Query function dynamically generates a calendar table based on a given start date, end date, and fiscal year start month . It is designed to support time-based analysis in Power BI by including key date attributes, fiscal calculations, and various helper columns. Power Query Calendar Function diagram illustrating parameter inputs for start date, end date, and fiscal start month, with outputs like date, fiscal year, ISO week, and day classifications such as weeke

MirVel
Mar 32 min read


Excel Data Analysis Mastery
In today's rapidly changing world, excelling at data analysis is crucial. From businesses to personal projects, the ability to navigate...

MirVel
Mar 24 min read
bottom of page




