Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hi everyone,
I am trying to make a difference between 2 percentages for 2 different years.
My formula doesn't work :
Solved! Go to Solution.
Hi @clem312
What is the formula for [Measure]? Can you share it as well as some sample data?
Maybe you can try this formula:
Significance =
ABS (
CALCULATE (
[Measure],
ALLEXCEPT ( Q74a, Q74a[matrix row field name] ),
Q74a[Annee_lib] = 2020
)
- CALCULATE (
[Measure],
ALLEXCEPT ( Q74a, Q74a[matrix row field name] ),
Q74a[Annee_lib] = 2019
)
)
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
Hi @clem312 ,
go through the below steps.
Now that you know why it’s useful, you have a better frame of reference to evaluate your YOY growth calculations. So let’s dig into how, exactly, you do that. The first step is to collect the data you’re going to need: your monthly data for the period you’re examining, and the same information for the period recorded 12 months prior.
Once you’ve got your raw materials, the process itself is quite simple and takes three steps:
Let’s use a real-world example to illustrate this. Imagine your monthly revenues for January 2018 were $1,000 dollars and revenues for January 2017 were $950.
Regards,
Rakesh Js
Thank you for your reply but I really the difference not the increase.
Because I am calculating the significative difference :
Abs(P1-P2)/root(((P1*(100-P1)/N1)+(P2*(100-P2)/N2))
Hi @clem312
What is the formula for [Measure]? Can you share it as well as some sample data?
Maybe you can try this formula:
Significance =
ABS (
CALCULATE (
[Measure],
ALLEXCEPT ( Q74a, Q74a[matrix row field name] ),
Q74a[Annee_lib] = 2020
)
- CALCULATE (
[Measure],
ALLEXCEPT ( Q74a, Q74a[matrix row field name] ),
Q74a[Annee_lib] = 2019
)
)
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 48 | |
| 40 | |
| 38 | |
| 20 | |
| 16 |
| User | Count |
|---|---|
| 68 | |
| 66 | |
| 29 | |
| 26 | |
| 25 |