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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
Anonymous
Not applicable

Column Results with 'Yes'/'No' instead of 'True'/'False'

I refer to this previous thread: Solved: Re: Column Results with '1'/'2' instead of 'True'/... - Microsoft Fabric Community

 

I made a mistake. I actually want the column to return results "Yes" or "No" instead of "True" or "False". 

So, the situation is this.

I created a column like this:

Category 1 = CALCULATE(SUM('Table'[Revenue]))>=4000000
and it results in a 'True' or a 'False'.
How can I modify this DAX so that instead of 'True' or 'False', it results in 'Yes' or 'No'.
THANK YOU!!!
1 ACCEPTED SOLUTION
vicky_
Super User
Super User

Category 1 = IF(CALCULATE(SUM('Table'[Revenue]))>=4000000, "Yes", "No")

View solution in original post

1 REPLY 1
vicky_
Super User
Super User

Category 1 = IF(CALCULATE(SUM('Table'[Revenue]))>=4000000, "Yes", "No")

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

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