Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi all,
I used the following formula to calculate the delta between to version:
Planning version | Planning date | Planning groupe | Value |
1 | 01/01/2022 | Citybike | 10 |
1 | 01/01/2022 | Mountain bike | 20 |
1 | 01/01/2022 | Race bike | 50 |
1 | 01/01/2022 | Cross bike | 40 |
2 | 01/01/2022 | Citybike | 20 |
2 | 01/01/2022 | Mountain bike | 50 |
2 | 01/01/2022 | Race bike | 5 |
1 | 02/01/2022 | Citybike | 15 |
1 | 02/01/2022 | Mountain bike | 25 |
1 | 02/01/2022 | Race bike | 55 |
1 | 02/01/2022 | Cross bike | 45 |
2 | 02/01/2022 | Citybike | 20 |
2 | 02/01/2022 | Mountain bike | 50 |
2 | 02/01/2022 | Race bike | 5 |
In the result i am missing the delta for Cross bikes.
Can any one help me?
PBIX file: https://drive.google.com/file/d/1-S9nAhHpFyldQVtlOulMqPLxhhEq8tvP/view?usp=sharing
Regards,
Paul
Solved! Go to Solution.
Hi, @theunissenp
It is recommended to add a separate dimension table:
Planed version = DISTINCT(Test[Planning version])
In the matrix visual, you need replace field 'Planned Version' in fact table with field 'Planned Version' in new dimension table.
Best Regards,
Community Support Team _ Eason
Is there any one who can help me?
Hi, @theunissenp
It is recommended to add a separate dimension table:
Planed version = DISTINCT(Test[Planning version])
In the matrix visual, you need replace field 'Planned Version' in fact table with field 'Planned Version' in new dimension table.
Best Regards,
Community Support Team _ Eason
Thanks for your reply. I added the table but the delta formula is not giving any value for the delta for Cross bikes...
Delta formula:
Hi @theunissenp
Asking a question that might drive you to find solution. What is the expected results based on this sample?
Currently, the delta for cross bikes is missing. This is missing because this planning group is not planned in both versions. I want to show it anyway.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
15 | |
10 | |
10 | |
10 | |
10 |
User | Count |
---|---|
19 | |
14 | |
13 | |
11 | |
8 |