Forum Discussion
Dax Measure to get specific text value
- 6 years ago
How about this one?
Description for B = CALCULATE(MIN(Table[Description]), Table[Area] = "B")
If this works for you, please mark it as the solution. Kudos are appreciated too. Please let me know if not.
Regards,
Pat
I have a table where I have for each area a description like provided in the first post.
Then I have a matrix visual in the top of my view/ report where I would like to display one specific for the corresponding area.
Like the above, I would like to get the text where Area = B.
But I don't want to filter that within the visual. I would like to filter that in a measure like:
FILTER ( Area = "B") or so
- joshua19906 years ago
Post Prodigy
- mahoneypat6 years ago
Microsoft Employee
How about this one?
Description for B = CALCULATE(MIN(Table[Description]), Table[Area] = "B")
If this works for you, please mark it as the solution. Kudos are appreciated too. Please let me know if not.
Regards,
Pat