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

The FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now

Reply
Macwin
Helper I
Helper I

Filter only Top Level Value Matrix

Im currenctly trying to add a filter, so I can filter only the revenue of the top level of my Matrix.

 

Ive tried to create a dax like this

 

Total Revenue = 
IF(ISINSCOPE(Customer[Name]) && ISFILTERED('analysis'[Posting_Date].[Date]),
	VAR Total = CALCULATE(Sum((analysis[Revenue])))
	RETURN
		  Total
) 

 

Macwin_0-1641544565171.png

So if I filter on this visual "Umsatz" > 30.000€ it should only display the first entry. But unfortunately it does not work. 

Another example:

"Umsatz" < 400€ : It shows still the first entry because there is a entry in the next level which has a value of less 400€

 

Thanks in advance.

 

1 ACCEPTED SOLUTION
v-kkf-msft
Community Support
Community Support

Hi @Macwin ,

 

Please try the following formula:

 

Measure = SUMX ( ALLSELECTED ( analysis[Sub_category] ), [Total Revenue] )

 

Then use the measure to filter visual, like this:

 

vkkfmsft_1-1641884035280.png

 

If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-kkf-msft
Community Support
Community Support

Hi @Macwin ,

 

Please try the following formula:

 

Measure = SUMX ( ALLSELECTED ( analysis[Sub_category] ), [Total Revenue] )

 

Then use the measure to filter visual, like this:

 

vkkfmsft_1-1641884035280.png

 

If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

amitchandak
Super User
Super User

@Macwin ,based on what I got

if this a parent because of order in rows Customer[Name]  then is always is in scope

so also use not ISINSCOPE for next levels

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.