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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi,
I searched for a solution to the following problem, but failed.
I have a table, filter for column "number" and a measure, which returns "0" if filter is not applied ("1" if it is).
I added filter to the table to show data only when measure value equals "1", but it does not work.
Any ideas how to solve it?
Thank you in advance 🙂
Solved! Go to Solution.
Hi @naka_mura ,
According to your description, here are my steps you can follow as a solution.
(1) This is my test data.
(2) We can create a table and a measure.
Table 2 = VALUES('Table'[number])Flag = IF(ISFILTERED('Table 2'[number]) && MAX('Table'[number]) in VALUES('Table 2'[number]),1,0)
(3) Place [Flag=1] on the visual object and then the result is as follows.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @naka_mura ,
According to your description, here are my steps you can follow as a solution.
(1) This is my test data.
(2) We can create a table and a measure.
Table 2 = VALUES('Table'[number])Flag = IF(ISFILTERED('Table 2'[number]) && MAX('Table'[number]) in VALUES('Table 2'[number]),1,0)
(3) Place [Flag=1] on the visual object and then the result is as follows.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank you! It works perfectly 🙂
Please provide sample data (with sensitive information removed) that covers your issue or question completely, in a usable format (not as a screenshot). Leave out anything not related to the issue.
If you are unsure how to do that please refer to https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-...
Please show the expected outcome based on the sample data you provided.
If you want to get answers faster please refer to https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447...
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!