Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello,
I have a dataset 'Source' that has several variables such as KPI name, period and the value and also a version. I want to compare 2 versions and show the delta between them by have 2 filters in the top to select a version.
I have loaded the source and then created 2 other tables with all possible versions:
I have managed to create both filters and have independent visuals to show the values of the filter, but the delta is not possible:
No. 1: Using measures like
the delta is calculated but I want to be able to filter also on, KPI name, month and year and that is not possible this way.
No. 2: Using measures like
the visuals show the correct figure but the delta is not calculated.
Included pbix:
Any ideas?
Solved! Go to Solution.
Hi @Anonymous,
Try this one, please. We only need to clear the unwanted filters.
Measure = CALCULATE ( SUM ( Source[Waarde] ), ALL ( SecondVersion ) ) - CALCULATE ( SUM ( Source[Waarde] ), ALL ( MainVersion ) )
Best Regards,
Dale
Hi @Anonymous,
Try this one, please. We only need to clear the unwanted filters.
Measure = CALCULATE ( SUM ( Source[Waarde] ), ALL ( SecondVersion ) ) - CALCULATE ( SUM ( Source[Waarde] ), ALL ( MainVersion ) )
Best Regards,
Dale
@v-jiascu-msft Thank you this is exactly what I was looking for. The measure seems to be so simple:) I will study the ALL functions a bit more to understand how to use them in the future. Thanks again.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 97 | |
| 74 | |
| 50 | |
| 47 | |
| 44 |