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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
"Status", "Fonte" and "V1" are table columns, the other "Vx" are calculated measures.
My formatting is based on the values in the "Fonte" column, however in some cases the icon simply doesn't appear. Can anyone help me?
Initially, I thought that the absence of a value was because one of the "Vx" measures, but I haven't found a pattern for it when formatting doesn't occur.
Use the new EVALUATEANDLOG() function to identify where your measures return a BLANK() result.
Hi @lbendlin!
How is it going?
I have identified where my measure return a BLANK() result, but I want that the icons appear even in these cases. Do you know how to do that?
use the IF(ISBLANK()) pattern to decide what to do in such a case, or if you want to be fancy, use COALESCE()