Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi,
I need a measure to calculate the max of an aggregated matrix. The Customer comes from dimCustomer and Value is a sum aggregation. I just need a measure to output the max value for all customers so that I can use it for %, etc
Thanks in advance
Solved! Go to Solution.
Hi @Fcoatis,
looking at your data the calculation should be:
.Ratio = CALCULATE(MAXX(Cliente;[.Total]);ALL(Cliente))
In the PBIX file you have sent it gives the following result:
Regards,
MFelix
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @Fcoatis,
You need to add a measure that looks like this:
MAX Value = CALCULATE(MAXX(Table;[VALUE]);ALL(Table[ID]))
Should work.
Regards,
MFelix
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @MFelix,
It did not work.
Maybe you can take a look at the example @:
https://drive.google.com/file/d/1WRcRoCkEEZjPy5DbZCpGvZSO0tNfu3uH/view?usp=sharing
Best regards.
Hi @Fcoatis,
looking at your data the calculation should be:
.Ratio = CALCULATE(MAXX(Cliente;[.Total]);ALL(Cliente))
In the PBIX file you have sent it gives the following result:
Regards,
MFelix
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsThank you very much.
I was confused with which table to use.
Regards
User | Count |
---|---|
84 | |
76 | |
74 | |
48 | |
39 |
User | Count |
---|---|
114 | |
56 | |
51 | |
42 | |
42 |