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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
abhishek_2593
Helper I
Helper I

Matrix - Filter on column subtotals

Hi,
I have created a matrix chart from a database for analysis and would like to filter out certain data which does not meet the criteria .

My requirement is that i should retain only the data which has a column subtotal count of 4 or more.

Is there a way we could filter out the data from the below database using count or other functions?

abhishek_2593_0-1656353839231.png

 

1 ACCEPTED SOLUTION
speedramps
Super User
Super User

You have not explain what U10, U11, U12, U13 are. So we call them "Users".

 

Create a measure to get the totals for all users for the visual context (eg Club Name)

 

Total for all Users =
CALCULATE(

SUM(yourtabelname[yourvalue]),

ALL( yourtabelname[Users]
)

 

Then add Total for all Users >= 4 to your filter

 

Thanks for reaching out for help.

I have helped you, now please help me by giving kudos.

Remeber we are unpaid volunteers.

Click the thumbs up and accept as solution button. 

One question per ticket please. If you need to extend your request then please raise a new ticket.

You will get a quicker response and each volunteer solver will get the kudos they deserve. Thank you !

View solution in original post

1 REPLY 1
speedramps
Super User
Super User

You have not explain what U10, U11, U12, U13 are. So we call them "Users".

 

Create a measure to get the totals for all users for the visual context (eg Club Name)

 

Total for all Users =
CALCULATE(

SUM(yourtabelname[yourvalue]),

ALL( yourtabelname[Users]
)

 

Then add Total for all Users >= 4 to your filter

 

Thanks for reaching out for help.

I have helped you, now please help me by giving kudos.

Remeber we are unpaid volunteers.

Click the thumbs up and accept as solution button. 

One question per ticket please. If you need to extend your request then please raise a new ticket.

You will get a quicker response and each volunteer solver will get the kudos they deserve. Thank you !

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

November Carousel

Fabric Community Update - November 2024

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

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.