Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
65 | |
63 | |
52 | |
37 | |
36 |
User | Count |
---|---|
82 | |
66 | |
61 | |
46 | |
45 |