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.
Solved! Go to Solution.
@Lyhis , 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")
Proud to be a Super User!
@Lyhis , Try this:
@Lyhis , 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")
Proud to be a Super User!
Check out new user group experience and if you are a leader please create your group
100+ sessions, 100+ speakers, Product managers, MVPs, and experts. All about Power BI. Attend online or watch the recordings.
User | Count |
---|---|
384 | |
213 | |
83 | |
73 | |
69 |
User | Count |
---|---|
443 | |
242 | |
133 | |
83 | |
79 |