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! Learn more
Hi Team,
I have a calculated column returning 1 or 0 when certain IF statements are met.
Hi @Anonymous,
It looks like dax has no problem.
Are you applying other filters to the visuals, or adding other measures?
Best Regards,
Link
@Anonymous , Try like
IF(ISBLANK('09 Correspondence'[Acknowledgment Date]) && not('09 Correspondence'[To Company] in{"Company ABC","Company XYZ" }) && '09 Correspondence'[Acknowledgment Required] = 1,
1,0)
Hi @amitchandak the formula is correct but the table still is not filtering values = 1 when I choose a specific To Company.
Why does the table filter by the To Company but not filter when the value is = 1?
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.
| User | Count |
|---|---|
| 82 | |
| 48 | |
| 36 | |
| 31 | |
| 29 |