Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 20 | |
| 11 | |
| 9 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 31 | |
| 29 | |
| 21 | |
| 12 | |
| 12 |