Power BI

Power BI

7501 bookmarks
Newest
Power BI Antipatterns #4: YEAR + MONTH
Power BI Antipatterns #4: YEAR + MONTH
How many ways there are to create a Year-Month column in DAX? In this blog post, I'll show you one bad way, one OK way, one good, and one great way.
·xxlbi.com·
Power BI Antipatterns #4: YEAR + MONTH
A Common (project) Framework for Solution Development with Power Platform — Andrew D Welch
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
·andrewdwelch.com·
A Common (project) Framework for Solution Development with Power Platform — Andrew D Welch
Poor man’s snapshot using PowerBI Dataflow
Poor man’s snapshot using PowerBI Dataflow
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…
·datamonkeysite.com·
Poor man’s snapshot using PowerBI Dataflow
Optimising OData Refresh Performance in Power Query for Power BI and Excel - BI Insight
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
·biinsight.com·
Optimising OData Refresh Performance in Power Query for Power BI and Excel - BI Insight
PowerBI Custom Chart Ranges
PowerBI Custom Chart Ranges
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
·datamonkeysite.com·
PowerBI Custom Chart Ranges
Combining static and dynamic filters in a slicer
Combining static and dynamic filters in a slicer
Our Power BI Principal Consultant Kane Snyder shares some tips and techniques on how to combine static and dynamic filters in a slicer
·agile-analytics.com.au·
Combining static and dynamic filters in a slicer
Extended tables - the sword by my side
Extended tables - the sword by my side
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.
·minceddata.info·
Extended tables - the sword by my side
Power BI Goals Pro Tip: Copy scorecard script
Power BI Goals Pro Tip: Copy scorecard script
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)    -...
·community.powerbi.com·
Power BI Goals Pro Tip: Copy scorecard script
Correlation Coefficient in Power BI using DAX - Ben's Blog
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
·datakuity.com·
Correlation Coefficient in Power BI using DAX - Ben's Blog
Hybrid tables dealing with other scenarios than time partition scenarios
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.
·amalbenrebai.substack.com·
Hybrid tables dealing with other scenarios than time partition scenarios