Forum Discussion
prakash11440278
4 years agoPost Prodigy
Measure as visual level filter
Hi All, I have created a measure where i want to add that measure as visual level filter but it is not returning 1 or 0. If i show the measure in card visual it is returning 0 or 1. But when i dropd...
- Anonymous4 years ago
Hi prakash11440278 ,
I have tried your Formula. And I have not got issue.
Measure = VAR _re = NOT ISEMPTY ( FILTER ( 'Table', 'Table'[rnr_emailaddress] = USERNAME () ) ) RETURN 1 * _reIt works well. So what is your problem?
If I have misunderstood your meaning, please provide your pbix without privacy information and dsired output.
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
amitchandak
4 years agoSuper User
- prakash114402784 years agoPost Prodigy