How to

Workspace App

Top Tips for Sharing Content Using Power BI

Level: Beginners Power BI has evolved significantly since Matt’s original publication of this article in 2016. While the foundational concepts remain relevant, modern features and best practices offer more secure, scalable, and collaborative ways to share content. This updated guide reflects the latest capabilities and recommendations for sharing Power BI […]

Read More »

Featuredimage

Finding the Date of the Next Record in Power Query

Today I’m going to share my solution to a question I found on the MrExcel forum. It’s an interesting problem. https://www.mrexcel.com/board/threads/power-query-to-determine-consecutive-and-non-consecutive-dates.1261496/ Let me briefly explain the problem. The Problem We have the following table, which contains the source data.  Each row contains a unique ID (maybe a piece of equipment) […]

Read More »

Gartner2010 24

Gartner Magic Quadrant for Business Intelligence – 2024 Update

Updated June 2024 We update this blog article regularly to keep track of how Microsoft is progressing on its strategic journey in building a world class BI platform.  Gartner released the 2024 Magic Quadrant for Analytics and Business Intelligence Platforms in June.  As expected (by us at least), Microsoft is […]

Read More »

Paginated Reports Button

Build a Power BI Paginated Report Online

Back in April 2022, I wrote an article called Poor Man’s Paginated Reports. That article covered an easy way to create a paginated report without having to learn how to use paginated report builder. Sometime since then, Microsoft has released the ability to create a simple paginate report online inside […]

Read More »

PowerPoint Integration with Power BI Visuals

Microsoft has just announced the general availability (GA) of the integration of Power BI with PowerPoint. I have previously blogged about this feature here => Power BI Live Embedding. With the recent GA announcement comes a significant improvement over the public preview version. Power BI Single Visual Embedding in PowerPoint […]

Read More »

Exploding Measures using Tabular Editor 3

What?! Exploding Measures I hear you say. Exploding, expanding, use which ever word you like; what I mean is when you want to remove any refence to a measure INSIDE another measure. Example Consider the 3 measures below. Total Sales = SUM(Sales[ExtendedAmount]) Total All Product Sales = CALCULATE([Total Sales],ALL(Products)) % […]

Read More »