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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Nietzsche
Helper III
Helper III

why can't I use string in IF statement?

I have the following measure

LastReviewDate =

    if(isblank(max(FactPerformanceRating[ReviewDate])),

        "No Review Yet",

        max(FactPerformanceRating[ReviewDate])

    )

ReviewDate is all date format.

 

When use this DAX, the card vis just show up as #,0.00, and it is not possible to format this measure as date.

Nietzsche_0-1713088352371.png

how can I change my DAX so that I can use string text inside the IF statement?

 

 

source, from DataCamp course case study: HR analystics in Power BI > 9.2 Analysing demographics

1 ACCEPTED SOLUTION
DataNinja777
Super User
Super User

Hi @Nietzsche 

I think card visual only takes the output of the same data type.  So for example, in your original formula, the data type can be either date format or string format.  

 

If you tweak your formula like below, it will produce your required output.  

DataNinja777_0-1713092164854.png

DataNinja777_1-1713092204943.png

I also attach the pbix file for your reference.  

Best regards,

View solution in original post

2 REPLIES 2
Nietzsche
Helper III
Helper III

oh yes you are night. 

 

The instruction did ask us to format it, but not in the code, but in the ribbon.

Nietzsche_0-1713094673861.png

 

DataNinja777
Super User
Super User

Hi @Nietzsche 

I think card visual only takes the output of the same data type.  So for example, in your original formula, the data type can be either date format or string format.  

 

If you tweak your formula like below, it will produce your required output.  

DataNinja777_0-1713092164854.png

DataNinja777_1-1713092204943.png

I also attach the pbix file for your reference.  

Best regards,

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

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

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.