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

A new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.

Reply
VoltesDev
Helper V
Helper V

Table visual : text mask-ing

Hi everyone,

 

Probably the title is weird, but what I meant is, if lets say in my table I have a field Text which contain date, something like this : 

VoltesDev_0-1645156704417.png

Is there a trick that when we display in Table visual, we can display the "1900 - 01 -01" to blank or hyphen "-" ? but without any addition of measure ? like in the setting perhaps ? I would also trying not to change in Power Query since I have use the "1900 - 01 - 01" in many measures for a condition, so would be very glad if I can only do something with the table visual it self only.

 

VoltesDev_1-1645156879407.png

 

 

Thanks,

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@VoltesDev , You need to have new column in power query or dax , just at time of display you can not suppress

 

=

if [Date] = #date(1900,01,01) then null else [Date]

 

or in dax

if([Date] = Date(1900,01,01) , blank(), [Date])

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@VoltesDev , You need to have new column in power query or dax , just at time of display you can not suppress

 

=

if [Date] = #date(1900,01,01) then null else [Date]

 

or in dax

if([Date] = Date(1900,01,01) , blank(), [Date])

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.