Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
leanns
Helper I
Helper I

Dates and tooltips

Hello,

 

I am unsure how to go about this. I have a dashboard that monitors approval status with the names of who needs to approval and their responses. I have everything working perfectly, but I was asked to add a way to display the date of when each person approves the file. My thought (and it works almost perfectly) is to utilize the tooltip option on the Advanced Card visualization to display the date, but I don't want any date to show when the person hasn't approved yet or there isn't a value at all for that spot (some routes are longer than others). 

 

I have attached a picture of what I don't want. Is there a way to create a measure or a column to not have this occur? 

 

Thanks!

 

powerbi.png

1 ACCEPTED SOLUTION

Hello @calerof ,

 

While I am sure this expression would work, I could not figure it out in my case which could be due to my lack of knowledge regarding DAX, but thank you for the help. 

 

I was able to find a solution by creating a new column that converts the date column of data type: date to data type: text which does exactly what I want: shows the date when there is a value and shows a blank when there isn't. 

 

Thanks again for the suggestion!

View solution in original post

2 REPLIES 2
calerof
Impactful Individual
Impactful Individual

Hello @leanns ,

 

Use SELECTEDVALUE with your measure:

SELECTEDVALUE FUNCTION

Hope it helps!

Regards,

Fernando

 

Hello @calerof ,

 

While I am sure this expression would work, I could not figure it out in my case which could be due to my lack of knowledge regarding DAX, but thank you for the help. 

 

I was able to find a solution by creating a new column that converts the date column of data type: date to data type: text which does exactly what I want: shows the date when there is a value and shows a blank when there isn't. 

 

Thanks again for the suggestion!

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors