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
I have a Dashboard that is run off of an excel spreadsheet. Here is my problem I have a Notes section where there currently is nothing so when it gets loaded into my Power Bi dashboard it says blank. How can I make this not say anything when its blank and say the note is when there is writing?
Thanks
Solved! Go to Solution.
Perhaps:
Measure = IF(ISBLANK(MAX([Notes]))," ",MAX([Notes])
Perhaps:
Measure = IF(ISBLANK(MAX([Notes]))," ",MAX([Notes])
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.