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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
SkorpionAAM
Helper V
Helper V

Filter by Elements

I have Project GoogleSheet Where I need just get the data ... 

 

I have 4 Elements and i want filter only 3 (so people can chnage the value reagrding there Use) 

 

and when thse 3 fileter is uncheck thn box give me 4  elements value which i dont wana in filter option

 

 

Thanks if u need more detils please ask me 

1 ACCEPTED SOLUTION
V-lianl-msft
Community Support
Community Support

Hi @SkorpionAAM ,

 

Based on your description, first you need to create a disconnected table as slicer, then create a measure and apply it to the visual level filter.

Table 2 = CALCULATETABLE(DISTINCT('Table'[B]),FILTER('Table','Table'[B]<>"Total"))
Measure = 
IF(ISFILTERED('Table 2'[B]),IF(MAX('Table'[B]) in VALUES('Table 2'[B]),1,0),1)

V-lianl-msft_0-1612248190149.pngV-lianl-msft_1-1612248198065.pngV-lianl-msft_2-1612248210541.png

 

Sample .pbix

 

 

Best Regards,
Liang
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

6 REPLIES 6
V-lianl-msft
Community Support
Community Support

Hi @SkorpionAAM ,

 

Based on your description, first you need to create a disconnected table as slicer, then create a measure and apply it to the visual level filter.

Table 2 = CALCULATETABLE(DISTINCT('Table'[B]),FILTER('Table','Table'[B]<>"Total"))
Measure = 
IF(ISFILTERED('Table 2'[B]),IF(MAX('Table'[B]) in VALUES('Table 2'[B]),1,0),1)

V-lianl-msft_0-1612248190149.pngV-lianl-msft_1-1612248198065.pngV-lianl-msft_2-1612248210541.png

 

Sample .pbix

 

 

Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

parry2k
Super User
Super User

@SkorpionAAM what happened to what I proposed, you never replied back, not sure what you are expecting?



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

SkorpionAAM
Helper V
Helper V

any one 

parry2k
Super User
Super User

@SkorpionAAM why not add a page level or visual level filter, select 3 elements, hide and lock the filter so that client cannot change it.

 

Check my latest blog post Compare Budgeted Scenarios vs. Actuals I would  Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!

Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

parry2k
Super User
Super User

@SkorpionAAM can you provide sample data and expected output. 

 

Check my latest blog post Compare Budgeted Scenarios vs. Actuals I would  Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!

Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

Capture.PNG

 

As you can see i have four elemets , Total , Spend, Pending, Delievery

in my dashboard and i want 3 filer only Spend, pending and delievery 

and when thse three fiker is unchecked then dasboard show me Total Value and when cilnets click on thse 3 elemets the show me thereir values 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors