Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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 dropdown the selection it is not returning any thing. Please help.
Solved! Go to Solution.
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 * _re
It 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.
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 * _re
It 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.
User | Count |
---|---|
98 | |
76 | |
74 | |
49 | |
26 |