The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 |
---|---|
10 | |
9 | |
6 | |
6 | |
5 |
User | Count |
---|---|
20 | |
15 | |
14 | |
10 | |
7 |