Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello
I am currently using the following measure to determine if an individual is currently on leave (I have the start and end dates of their applications) and it is correctly returing a TRUE/FALSE value in the Data tab.
LeaveNow = IF(AND([StartDate]<=TODAY(),[EndDate]>=TODAY()),TRUE(),FALSE())
I then wanted to put that count onto a card and filter for just the True values.
However when I try to apply a filter on the card the option for True is not showing
Hi @Anonymous
I just want to confirm if you resolved this issue? If yes, you can accept the answer helpful as the solution or share you method and accept it as solution, thanks for your contribution to improve Power BI.
If you need more help, please let me know.
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous
A measure is viewable only if used in a visual. Can you please share your pbix?
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.