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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Tatynout
Frequent Visitor

problem with filter function in my expression

Hello Guys,

 

I am using an excel file as my data source. I am working with my table product at the moment specifically with the fields Sales Revenue and States. I want to create a new measure on that table that will calculate the total revenue but only for the state on New york and with the use of variables. So with the declaration of my measure, i have created two variables one that hepls me filter the state of New York and another one that sums the field Sales revenue. Then i returned the result of the use of the CALCULATE FUNCTION. 

 

As you can see on the pictures the variable that sums my revenue but the one with the filter does not work. I am supposed to have 7.5 millions euros for New York's revenue. It works when i create another measure just to calculate the sum of the revenue but i rather not proceed like that for performance measures. 

 

Does anyone please know where i went wrong?

 

Regards,

Tatiana

function 1.png

 

this is my DAX expression: 

 

function2.png

1 ACCEPTED SOLUTION
Stachu
Community Champion
Community Champion

I think the issue is that second VAR evaluates the SUM before the filter context from the first VAR is applied, so it returns a scalar value

CALCULATE(SUM(Produits[Sales_revenue]),NewYorkSales)


should work fine



Did I answer your question? Mark my post as a solution!
Thank you for the kudos 🙂

View solution in original post

2 REPLIES 2
Stachu
Community Champion
Community Champion

I think the issue is that second VAR evaluates the SUM before the filter context from the first VAR is applied, so it returns a scalar value

CALCULATE(SUM(Produits[Sales_revenue]),NewYorkSales)


should work fine



Did I answer your question? Mark my post as a solution!
Thank you for the kudos 🙂

It works just fine!

 

Thanks you very much @Stachu

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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