Forum Discussion
Humberto_Junior
2 years agoNew Member
Display the MAX value for each model
Heey, I wanted to display by graph the max values for each model of printers because each printers have your max capacity to print but actually is showing the one max value of them. How I can do tha...
- 2 years ago
It would be beneficial to see how your data looks but i would imagine DAX would look like below
Measure =MAXX (SUMMARIZE (Table_name,Table_name[Model],"MAX_Cap", MAX(Table_name[Capacity])),[MAX_Cap])Thanks and Regards,
Sayali
Please mark the question solved when done and consider giving a thumbs up if posts are helpful!!
sayaliredij
2 years agoSolution Sage
Its just measure name for maximum capacity
Thanks and Regards,
Sayali
Please mark the question solved when done and consider giving a thumbs up if posts are helpful!!
- Humberto_Junior2 years agoNew Member
Hey, sayaliredij !
Sorry for the delay, I was on vacation. So, I tried here and I haven't succeeded here yet. 😪
How do I share the .pbix with you?