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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Lakshmi1294
Frequent Visitor

Nested if with Istext is not working

Hi All,

 

I have a Column contains Values and Text in Same column I want to Compare monthly values with Monthly goal but both columns contain Values and Text. i want to present numbers and text both in Table visual with applying Conditional formatting.

 

For that I'm trying to create one conditional Column by giving below logic

 

 

Ex:-if (istext([Goal]),1,

        If(isblank([Goal]),Blank(),0)

 

 

But it is returning only 1  and Blank values not returning false condition that is 0 

 

Can anyone please help me out in this

 

Thank you in advance 🙂

2 REPLIES 2
technolog
Super User
Super User

I hope this message finds you well. I've noticed that this solution remain unresolved. If any of you have managed to find a resolution to the issue, I kindly request that you share your solution for the benefit of the entire community. Alternatively, if you're still facing challenges, please do let us know as well.

Your insights and updates will greatly assist others who might be encountering the same challenge.

DataNinja777
Super User
Super User

Hi @Lakshmi1294 

I just modifed the dax formula for the culculated column and the below syntax procuces your required output.  

Sakiko_0-1693391398695.png

 

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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