Create measures from a calculation group with correct format
Using a script to create measures from a calculation group with correct format, for use cases where a base measure and a calculation group filter will not work.
(3) Field parameters in cooperation with Calculation groups | LinkedIn
In May 2022 Desktop update, we recieved the Field parameters function into Power BI. This function lets us change dimensions in visuals with a simple click on the slicer.
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.
This article introduces the syntax to describe in a textual form the DAX expressions and additional properties of calculation groups. When calculation group
Using conditional formatting and calculation groups
People often struggle when using conditional formatting and calculation groups. If we think how calculation groups work there's many ways to use them effectively.
Mysteries of filtering by Measure Value and a Calc Group Workaround
It is possible to filter a matrix by a measure, but may lead to unexpected results. See one such case and a possible workaround with a calculation group.
Calculated tables are not used often, because after all, it only combines data that you already have, right? Well, I didn't use them often, until recently...
Hypothetical syntax for the definition of calculation groups SQLBI
Calculation groups can apply specific calculations onto existing DAX measures. For example, calculation groups can implement time intelligence calculations
DAX Calculation Groups for Time Intelligence | Developer Support
Dev Consultant Jean Hayes spotlights Data Analysis Expressions (DAX) with Calculation Groups. Power BI Premium (Preview), Azure Analysis Services and SQL Server Analysis Services 2019 now support Calculation Groups! Why am I so excited? Because this functionality was one of the best capabilities in Multidimensional Analysis Services through Named Sets and Calculated Members.
[How to] Conditional formatting a matrix and Calculation groups in Power BI
Time to read: 4 minutes Calculation groups is a powerful feature in Power BI. However, using them adds some complexity and brings some limitations to Power BI’s native functionality. Or... Read more »
Power BI Calculation groups can solve data modeling challenges in a clean easy way, like a table filtering two dimension tables without model relationships
To set the stage, I need you to travel back in time with me a bit.The year was 2019, and none of us had ever heard of COVID-19…those were simpler times.I was working on a data model that had A LOT of …
Creating Value Dynamic Formatting using Calculatio... - Microsoft Power BI Community
What you can do and why you should Have you ever been facing the problem of showing small and large numbers together (e.g. 123,456, 789.99 and 34.56) in a nice way, lets say with a 3 digit precison as 34.5 and 123G (or 123E6). When working with large numbers you can divide them with 1,000 or 1,000...
How And When To Use Calculation Groups In Power BI - Microsoft Power BI Community
In this blog post, I will give you a comprehensive overview on the Power BI calculation groups. I’ll share with you some of my tutorials around calculation groups and you’ll see how and when to use them. Calculation groups are a collection of items, which are basically the same measures that you ...
Top 10 uses for Calculation Groups — Apex Insights: Power BI tips & tricks
When I first started learning about Calculation Groups, I could certainly see how much potential this new DAX feature would eventually have. Out of the gate however, there were a limited number of …
Using calculation groups to switch between dates - SQLBI
This article shows how to use calculation groups to change the active relationship in a model in order to let users choose among multiple dates. It is commo
How to Build a Multi-KPI Comparator Using Calculation Groups (Power BI DAX Tutorial)
As the name suggests, a multi-kpi comparator allows you to compare multiple KPIs or measures on the same chart. This way you can dramatically reduce the clutter on your Power BI report page. You ca…
Using calculation groups to selectively replace measures in DAX expressions - SQLBI
This article describes how to use calculation groups to dynamically replace only a partial expression in a complex DAX calculation. This article contains a
I was playing around with calculation groups for a question. I found that adding a calculation group is not that straightforward as it should be, so I decided to blog...
One of the cool things of calculation groups is they cannot just be used to apply a calculation over your “base measure” but also apply a dynamic formatstring. You could...