Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hello all,
I am trying to calulate difference between two measures. But it does not work at row level my measure if I use Divide / "/" is calculating total of the measures and applying divide function to that. I need help with calculating percentage at each row.
Please see the attached media for Info.
Table 1 is the current output. Table 2 is the desired Output
Hi @dhanekula1996 ,
Please provide the sample data and the corresponding two measures, so that we can understand your scenario and understand the measure and context, which is helpful to help you solve the problem.
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@dhanekula1996 , if Cost and MAx cost are measures the
A new measure like this should do
divide([cost], [Max cost] )
If they are column then a new measure like
divide(Sum(Table[cost]), Sum(Table[Max cost] ))
Hello Sir,
Thank you for responding. Yes both Cost (Cost table) and MAX(Measure Table) are measures and tried the same "Divide" to produce the table 1 result.
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
21 | |
20 | |
19 | |
13 | |
12 |
User | Count |
---|---|
41 | |
27 | |
23 | |
22 | |
22 |