Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi Experts,
I have the following table Visual in my report:
Emp Name | Quantity Sold |
John | 122 |
Peter | 54 |
Ravi | 67 |
Rakesh | 98 |
Neha | 155 |
Here "Quantity Sold"is a calculated measure.
Now I need to create a new measure to fetch the maximum "Quantity Sold" which is 155 so the table visual will be as below:
Emp Name | Quantity Sold | Max Quantity Sold |
John | 122 | 155 |
Peter | 54 | 155 |
Ravi | 67 | 155 |
Rakesh | 98 | 155 |
Neha | 155 | 155 |
I cant use calculated column so is there any way I can create a calculated measure to show maximum "Quantity Sold"?
Thanks,
Tushar
Solved! Go to Solution.
Hi @TusharGaurav -You can define a measure that calculates the maximum of your "Quantity Sold" measure across all employees.
you can replace with your table name.
Proud to be a Super User! | |
Hi Rajendra,
Thanks a lot for your help.
It worked.
Thanks and Regards,
Tushar
Hi Rajendra,
Thanks a lot for your help.
It worked.
Thanks and Regards,
Tushar
Hi @TusharGaurav -You can define a measure that calculates the maximum of your "Quantity Sold" measure across all employees.
you can replace with your table name.
Proud to be a Super User! | |
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
71 | |
70 | |
38 | |
26 | |
26 |
User | Count |
---|---|
100 | |
87 | |
45 | |
43 | |
35 |