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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
FilipVDR
Helper II
Helper II

DirectQuery to SAP BW - filter on measure

Hello,

 

In this table i want to filter out the records with "Meting 37" "0".

"Belangrijke getallen 37" is a measure which is calculated in SAP 

We tried to create a DAX formula but it keeps running, probably because it's direct query and there is an issue?

Meting 37 = IF( 'Belangrijke getallen'[37]=0, BLANK(), 'Belangrijke getallen'[37])
It's not an option to filter on "Belangrijke getallen 37" as it's not possible to enter something.

FilipVDR_3-1712320552753.png

 

 

 

 

3 REPLIES 3
FilipVDR
Helper II
Helper II

How can I look at a folded query if it's direct query? 

You can see the folded query in the performance analyzer ("Copy Query") and then either Dax Query view or DAX Studio.

lbendlin
Super User
Super User

"Belangrijke getallen 37" is a measure which is calculated in SAP 

then to you it should look like just another column. 

 

Have you looked at the folded query?

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors