Forum Discussion
Praj8050
2 years agoHelper I
Using Parameters in Dax calculation
Hello Community, I am facing a challenge while trying to extract specific text from multiple category fields using DAX calculations Here's the situation: I have a table with the followi...
Anonymous
2 years agoNot applicable
Hi first prepare measures for each category like the following
Create one parameter table
use the same parameter as slicer and part of the output table
If the above meets your requirement then pls accept the same as your solution.