Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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 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!