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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Dear all,
I am trying to create cards on my dashboard which show "nothing" whenever there is a BLANK value in my original measure.
For that purpose I use the combination of IF and ISBLANK.
I managed to do this with several calculated measures but fail when trying it with a date.
The measure can no longer be turned into a date format whenever the IF funktion is giving the result.
Earliest Start Date = if(isblank(min(Opportunities[StartDate])),"",min(Opportunities[StartDate]))
-> Returns value with no possibility to turn into date format
For a part of the measure, the date value is being returned in date format:
Earliest Start Date = min(Opportunities[StartDate])
-> Returns value in date format
I am hoping for a workaround if there is no straight solution in Power BI.
Thank you in advance and have a great rest of the day!
Cheers,
Lisa
Solved! Go to Solution.
@Anonymous Perhaps:
Earliest Start Date = if(isblank(min(Opportunities[StartDate])),"",min(Opportunities[StartDate]) & "")
Or, use the FORMAT command for the last parameter.
@Anonymous Perhaps:
Earliest Start Date = if(isblank(min(Opportunities[StartDate])),"",min(Opportunities[StartDate]) & "")
Or, use the FORMAT command for the last parameter.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 37 | |
| 36 | |
| 32 | |
| 31 | |
| 29 |
| User | Count |
|---|---|
| 132 | |
| 86 | |
| 85 | |
| 68 | |
| 64 |