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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors