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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
rajendraongole1
Post Prodigy
Post Prodigy

How to replace blanks values in Date field with "-" seperator or NA

Hi All,

 

I have query on date field , where i am getting some blanks and want to replace it with "-" or NA.

 

IF (

 


    SELECTEDVALUE ( table[template] ) = "AC Template1",

 


    "Not Applicable",

 


    CALCULATE (

 


        SELECTEDVALUE ( table[actualdate] ),

 


        Reporting_dates[data_tranS] = "Imple Release"

 


            || Reporting_dates[data_transfer] = "Q1",

 


        GROUPBY ( Report_Project, Report_Project[pro_name] )

 

In the above measure, i am gettng blanks values and want to replace whereever the blanks with "-"

 

Please suggest.

 

Regards,

Rajendra

1 REPLY 1
Ahmedx
Super User
Super User

let's say your measure, which was written above is called [Date my] then you need to write like this:

IF(ISBLANK([Date my]),"-",[Date my]&"")

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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