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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Goodafternoon,
I made a measure in power bi that show a certian problem if certian values are shown.
I called it check
Check = IF([A] > 1 , "A123","")&IF([B] > 0 , "B456,"")&IF([C] = 0 , "C789","")&IF([D]<[X], "X>D","")
Than i made a table that shows all possible combinations of this check
Solved! Go to Solution.
Hi @FRC
IsBlank is for single values, use IsEmpty() for a column or table 🙂
If you are happy with this answer please mark as a solution for others to find !
Kudos are always appreciated! Check out our free Power BI video courses.
Hi,
I have this:
Hi @FRC
IsBlank is for single values, use IsEmpty() for a column or table 🙂
If you are happy with this answer please mark as a solution for others to find !
Kudos are always appreciated! Check out our free Power BI video courses.
Hi @FRC
If you have multiple items use VALUES() and the IN operator.
If you are happy with this answer please mark as a solution for others to find !
Kudos are always appreciated! Check out our free Power BI video courses.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.