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

Try your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now

Reply
jaykilleen
Advocate II
Advocate II

Convert Integer to Logical

PowerBI seems to have a hard time converting "1" and "0" to TRUE and FALSE.

 

Is the best way here to convert to Whole Number first then add another step to convert to True/False??

 

 

Expression.Error: We couldn't convert to Logical.
Details:
    1
1 ACCEPTED SOLUTION
Anonymous
Not applicable

Either through Power Query or DAX i'd make another column.  The formula would just be [Value] = 1.  That way if [Value] is 0, you will get a false, and if it is 1 you will get a true.

View solution in original post

2 REPLIES 2
v-chuncz-msft
Community Support
Community Support

@jaykilleen,

 

I agree with the comment above. You could also nest type transformation in one step by using Advanced Editor.

Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Either through Power Query or DAX i'd make another column.  The formula would just be [Value] = 1.  That way if [Value] is 0, you will get a false, and if it is 1 you will get a true.

Helpful resources

Announcements
Fabric Data Days is here Carousel

Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

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

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.