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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
Drew-3030
New Member

FYI: MSAccess connector cannot use queries that have the NZ() function

Hi All,

 

Found this out the hard way, as the query and all child queries do not appear in the list of objects when connected to the Access Database as a source.

solution is to replace the convenient NZ() function with an IIF() statement
original

Nz(MAP.chkCOE,"n")

 

Replacement

IIf(Trim(MAP.chkCOE) = "" or IsNull(MAP.chkCOE), "n", MAP.chkCOE)

 

Cheers

 

Andrew

0 REPLIES 0

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

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

Top Solution Authors
Top Kudoed Authors