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 September 15. Request your voucher.
Hello,
I have a few columns in a report. I want to take the maximum value from one column ( it is a unique count of pages) and then multiply all rows of another columns with that number. What is the best way to do so?
Many Thanks
Roberto
Solved! Go to Solution.
Hi @Anonymous ,
If you want to use your "absolute maximum", you need to combine function like MAXX with ALL.
I can show you simple example:
In my case I have a column with some values and I want to get the maximum across all countries. My measure then looks like this:
You can then use this "MAX for ALL" to multiple another column or another measure for desired outcome.
Thank You. This works. I found the same solution in a video on YouTube.
Hi @Anonymous ,
If you want to use your "absolute maximum", you need to combine function like MAXX with ALL.
I can show you simple example:
In my case I have a column with some values and I want to get the maximum across all countries. My measure then looks like this:
You can then use this "MAX for ALL" to multiple another column or another measure for desired outcome.
User | Count |
---|---|
15 | |
13 | |
8 | |
6 | |
6 |
User | Count |
---|---|
27 | |
19 | |
12 | |
9 | |
5 |