Forum Discussion
ShawnR2424
3 years agoFrequent Visitor
Filtering a Measure with another Measure
I have a simple scorecard that is showing the output of a measure (Feature Active Users). This measure is taking a user table and filtering (depending on feature use frequency) for only active users...
Bifinity_75
3 years agoSolution Sage
Hi ShawnR2424 , to optimize the number and use of the measures I advise you to use VAR:
VAR keyword (DAX) - DAX | Microsoft Learn
Best regards
ShawnR2424
3 years agoFrequent Visitor
I am using variables, but my main question is can you filter a measure with another measure?