March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hello. I have a matrix that distributes results of a measure according to categories in my database.
Based on the results, I want to make a DAX formula that allows me to present my most critical results on a card. For example:
Let's pretend that my result-5 is within a category that I will call category A, so I want to have a card that reflects: that the most critical category is the one with -5 because it is my smallest result.
Thank you!
Solved! Go to Solution.
Hi @Syndicate_Admin ,
According to your description, if -5 is the only value of category A, you can create a measure like this:
Measure =
MAXX ( FILTER ( ALL ( 'Table' ), 'Table'[Category] = "A" ), [Demand] )
Best Regards,
Community Support Team _ kalyj
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Syndicate_Admin ,
Is your problem solved? If so, would you mind accept the helpful replies as solutions? Then we are able to close the thread. More people who have the same requirment will find the solution quickly and benefit here, thank you!
Best Regards,
Community Support Team _ kalyj
Hi @Syndicate_Admin ,
According to your description, if -5 is the only value of category A, you can create a measure like this:
Measure =
MAXX ( FILTER ( ALL ( 'Table' ), 'Table'[Category] = "A" ), [Demand] )
Best Regards,
Community Support Team _ kalyj
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
129 | |
90 | |
75 | |
58 | |
53 |
User | Count |
---|---|
200 | |
104 | |
101 | |
67 | |
55 |