The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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.