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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
The result in the graph above should be .275.
After trying that solution this is the result
Somehow now the result is shifted a decimal place...
Here is the exact measure as is:
Hi:
I think you can do this.
% Savings = DIVIDE(
After trying that solution this is the result
Somehow now the result is shifted a decimal place...
Here is the exact measure as is:
Hi:
I think if you can use the separate measures in the final divide or put extra ( ) to capture the subtraction part.
Measure A = 6.94
Measure B = 5.44
Measure C = Measure A - Measure B
% Measure = DIVIDE(Measure C, Measure B,0)
or
User | Count |
---|---|
14 | |
10 | |
7 | |
6 | |
5 |
User | Count |
---|---|
30 | |
19 | |
12 | |
7 | |
5 |