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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
ICRdatalover1
Frequent Visitor

Keep some rows in my table even if some filter is applied

Hi everyone!!

I was wondering if can I keep some rows in a table even if I filter this table. Here is an example:

 

I have a table visual with 2 Columns: 

 

Countries & others      Profit

Spain                           100

India                            200

China                           400

France                          90

Other                          150

 

I have a filter with all the countries that appear in the table, but not for "Other", what I would like to do is be able to filter the table for any country in the filter but keep showing always the "Other" row. Adding the "Other" country in the filter is not an option, as is not a real country I just want to filter some part of the table but keep always that "Other" row as static.

 

Seems like something easy but cant figure out how to solve it.

 

Thank you in advance!

 

Kind Regards. 

 

ICR.

1 ACCEPTED SOLUTION

Hi @ICRdatalover1 ,

 

Pbix as attached, hopefully works for you.

 

Best Regards,

Jay

Community Support Team _ Jay
If this post helps, then please consider Accept it as the solution
to help the other members find it.

View solution in original post

6 REPLIES 6
v-jayw-msft
Community Support
Community Support

Hi @ICRdatalover1 ,

 

You could create a calculated table as slicer.

Table 2 = FILTER(ALLSELECTED('Table'[Countries & others]),'Table'[Countries & others]<>"Other")

Then create a measure as below and add it to visual filter.

Measure = IF(SELECTEDVALUE('Table'[Countries & others])="Other"||SELECTEDVALUE('Table'[Countries & others]) in VALUES('Table 2'[Countries & others]),1,0)

 Result would be shown as below.

1.PNG

2.PNG

 

Best Regards,

Jay

Community Support Team _ Jay
If this post helps, then please consider Accept it as the solution
to help the other members find it.

Hi @v-jayw-msft ,

 

Im trying to replicate your example following all the steps but im not getting the same results as you. Not really sure which part im doing wrong, Could you please share the .pbix to compare?

 

Thank you in advance.

 

ICR.

Hi @ICRdatalover1 ,

 

Pbix as attached, hopefully works for you.

 

Best Regards,

Jay

Community Support Team _ Jay
If this post helps, then please consider Accept it as the solution
to help the other members find it.

Now I realize what I was doing wrong. Works prefect now! Thanks a lot @v-jayw-msft 

Hi @v-jayw-msft,

 

That could work! I´ll give it a try and let you know today.

 

Thanks a lot, and thank you @parry2k as well for your help.

 

Kind regards

 

ICR.

parry2k
Super User
Super User

@MatjoCol you have to have a disconnected table for the slicer to achieve this, similar to this post

 

I would  Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos 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.

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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