The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
16 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
25 | |
13 | |
12 | |
8 | |
8 |