Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hello,
I am trying to create a % movement year on year as on the table below.
The formula from the table is 37% in 2022 is (283-207)/207 = 37%
I have created one measure as below
Could you please help?
Thanks,
Zuzana
Solved! Go to Solution.
Hi, @ZuzanaK
You can try the following methods. [client_count_current] and [client_count_prev_yr] are measures.
%Movement_client = DIVIDE( [client_count_current]-[client_count_prev_yr],[client_count_prev_yr])
Is this the result you expect?
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @ZuzanaK
You can try the following methods. [client_count_current] and [client_count_prev_yr] are measures.
%Movement_client = DIVIDE( [client_count_current]-[client_count_prev_yr],[client_count_prev_yr])
Is this the result you expect?
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hello,
I have used that formula but it still showed the same error. I have changed the source for year and then it worked.
Thanks,
Zuzana
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.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 53 | |
| 37 | |
| 35 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 74 | |
| 69 | |
| 39 | |
| 35 | |
| 23 |