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
Anonymous
Not applicable

Change True/False data type to Passed/Failed

Hi

 

I'm running a report in Direct Query. 1 Table has values "True" or "False". Data type - "true/false". I need to change it to "Passed/failed". So far everything I've tried wants to force me to import mode which I don't want.

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous , in this case you should be able to create a new column in direct query

if([Col], "passed","failed")

or

if([col]= true(), "passed","failed")

View solution in original post

2 REPLIES 2
Tahreem24
Super User
Super User

@Anonymous , Try this:

Column  = IF(TableName[Type]="TRUE","PASSED",IF(TableName[Type]="FALSE","FAILED"))
 
Don't forget to give thumbs up and accept this as a solution if it helped you!!!

Please take a quick glance at newly created dashboards : Restaurant Management Dashboard , HR Analytics Report , Hotel Management Report, Sales Analysis Report , Fortune 500 Companies Analysis , Revenue Tracking Dashboard
amitchandak
Super User
Super User

@Anonymous , in this case you should be able to create a new column in direct query

if([Col], "passed","failed")

or

if([col]= true(), "passed","failed")

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.