A Common (project) Framework for Solution Development with Power Platform — Andrew D Welch
Here we’ll lay out a common framework (which we’ll refer to as “C-Frame”) for managing Power Platform solution development. This approach is best suited for solutions that classify as important or critical according to the Environmental Architecture Model found in the Power Platform Adoption Framewo
This article describes the IN operator in DAX, which simplifies logical conditions checking whether a certain value belongs to a list of values. The IN oper
It is a quick Hack and maybe useful, let’s say you want to keep a snapshot of a previous data, for example you have a dimension table and you want to see how the data has changed between mult…
Chris Webb's BI Blog: Refreshing Excel Power Query Queries With VBA And Power Automate For Desktop
At the end of last year two new, fairly minor, improvements were made to Excel VBA’s support for Power Query: you can now refresh and delete individual Power Query queries. These methods are …
How to Implement a Power BI Center of Excellence using Microsoft Teams - Iteration Insights
A Center of Excellence can be tool or topic-specific. In this blog, we apply a CoE framework to focus on Power BI and collaboration in an organization.
Optimising OData Refresh Performance in Power Query for Power BI and Excel - BI Insight
OData has been adopted by many software solutions and has been around for many years. Most solutions are using the OData is to serve their transactional processes. But as we know, Power BI is an analytical solution that can fetch hundreds of thousands (or millions) rows of data in a single table. So, obviously, OData … Continue reading Optimising OData Refresh Performance in Power Query for Power BI and Excel
My go to progress dashboard calculates a lot of progress % metrics and graphs. However for larger projects, its often difficult to zoom into the graph. This is exactly why slicers exist
Objectives and Key Results: Driving Focus, Alignment, and Engagement with OKRs (Audible Audio Edition): Paul R. Niven, Ben Lamorte, B. J. Harrison, Gildan Media: Books
This post explains how to build a multiple measure selector in chart, so that only part of the measures are displayed. A calculation group makes it possible.
The concept of extended tables is at the core of the query performance of Power BI datasets, but it is often overlooked. This article will hopefully change this.
View & edit Power Query M code outside of Power BI Desktop — DATA GOBLINS
Tabular Editor is not only a helpful tool for developing DAX. You can also use it to view & modify your Power Query M code, without ever opening Power BI desktop . Furthermore, there also exists a formatter for Power Query that can help you make your code easier to read & manage. He
If you have a set of goals that you want to rollover into a new scorecard, or just want to bulk copy goals across scorecards, this utility script can save you some time by automating the copy process. What gets copied: - Scorecard name, contact, and description (when duplicating scorecards) -...
Correlation Coefficient in Power BI using DAX - Ben's Blog
In this post, I will describe what is the Pearson correlation coefficient and how to implement it in Power BI using DAX. What is Correlation Coefficient The correlation coefficient is a statistical measure of the relationship between two variables; the values range between -1 and 1. A correlation of -1 shows a perfect negative correlation, a correlation of 1 shows a perfect positive correlation. A correlation of 0.0 shows no linear relationship between the movement of the two variables. How to interpret...p class="read-more"a class="btn btn-default" href="https://datakuity.com/2021/10/29/correlation-coefficient-in-power-bi-using-dax/" Read Morespan class="screen-reader-text" Read More/span/a/p
Hybrid tables dealing with other scenarios than time partition scenarios
Hybrid Tables: Hybrid tables are large tables that have one or more partitions in Import mode and another partition in DirectQuery mode. This will make the refresh of huge tables faster with incremental refresh. Plus get the latest data in real time with DirectQuery.