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

The FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now

Reply
fe_username
Helper I
Helper I

DAX - PowerBI does not recognize Boolean Column

Hi,

I've a table from my sql dedicated pool in Azure Synapse (SQL Server 12) with all the version of applications in our server, date and obsolence (boolean).

The "Obsolescense" field is declared as BIT in my DDL and my report reads from this table.

 

The problem is that when I check the numbers from sql queries 
select count(*) from applications_table where obsoleted = 0 /1 

and the measure in dax which I use :

Application supported count =
VAR c = COUNTROWS(FILTER( <table_application>,<table_application['obsoleted'] = FALSE()))
return IF(ISBLANK(c),0,c)
 
They don't match.
- I've tried to reload several times the source
- Checked in PowerBI if the datatype of obsoleted field is True / False
- No filters modify the filter context
 
Does PowerBI have some problem with Recognizing True / False from SQL server ?
1 REPLY 1
HotChilli
Community Champion
Community Champion

"They don't match." - Are you getting errors or is the value mismatched by a certain amount?  I think we need to find that out first.

Is the data imported?

Can you show us a picture of the data view in powerbi with the column selected? Maybe also one from Power Query ? 

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

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.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

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