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
Bhaveshp
Helper III
Helper III

How to do filter after filtering in the expression?

Hello,

 

I have a matrix with Region, Report as the dimension and the expression is given below;

 
Test Value =

 

IF(

(SELECTEDVALUE(POC[Report]) = "Gross Profit in % of Sales"),

(CALCULATE(SUM(POC[Value ($)]), FILTER(POC, POC[Report] = " Gross Profit"))

/

CALCULATE(SUM(POC[Value ($)]), FILTER(POC, POC[Report] = " Sales"))) ,

Sum(POC[Value ($)])

)

 

Logic: For all the Report Parameters the Values = Sum(Values) except for Gross Profit in % of Sales.

For Gross Profit in % of Sales, the value is Sum(Gross Profit)/Sum(Sales)

 

But the Report Parameter = "Gross Profit in % of Sales" is filtering out from my table as shown below;

Capture.PNG

 

 

 

 

 

 

 

 

 

What wrong am I doing here? 

 

any help is appreciated

 

thanks

Bhavesh

1 REPLY 1
v-juanli-msft
Community Support
Community Support

Hi @Bhaveshp

As tested with my example data, some parts of the formula are wrong to result as you expected.

 

SELECTEDVALUE = IF(SELECTEDVALUE(Sheet4[report])="Gross Profit in % of Sales",1,0)
Gross Profit = CALCULATE(SUM(Sheet4[value]), FILTER(Sheet4,Sheet4[report]= "Gross Profit"))
Sales = CALCULATE(SUM(Sheet4[value]), FILTER(Sheet4,Sheet4[report]= "Sales"))
g/s = [Gross Profit]/[Sales]

12.png

 

I can't find Report Parameter = "Gross Profit in % of Sales" in the table.

I'm confused by the  this sentence:

But the Report Parameter = "Gross Profit in % of Sales" is filtering out from my table

 

And what you'd like to see in the chart, could you kindly give me an example of dataset and result visual which you could create  manualy in the excel to give me some refernce?

 

Best Regards

Maggie

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.