Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 39 | |
| 37 | |
| 33 | |
| 32 | |
| 29 |
| User | Count |
|---|---|
| 133 | |
| 88 | |
| 85 | |
| 68 | |
| 64 |