Forum Discussion
How do I make a table where it only shows corresponding data when the there is a specific value?
| name | age | height |
| jack | 31 | 3.9m |
| luke | 40 | 4.1m |
| carl | 40 | 9.3m |
i want it so i can see this
| 40 | luke | 4.1m |
| 40 | carl | 9.3m |
is this possible if so how?
Anonymous @Yes it does, it is part of the report. Whatever you set in the filter it will stay there.
7 Replies
- mhossain
Solution Sage
Anonymous
Require more details what exactly you are trying to achieve, maybe more screenshot/explanation or dummy pbix will be helpful.
- AnonymousNot applicable
so i want to filter the data shown in the first table to where the age must be 40. so whomevers age is 40 there details will be shown.
- mahoneypat
Microsoft Employee
In the query editor, you can just filter to value 40 in the Age column.
Pat
- AnonymousNot applicable
but I want it for the table visual
- parry2k
Super User
Anonymous you can add a visual/page/report level filter, drop the age column on the page level filter and filter where the age is 40. Read more about filters here Add a filter to a report in Power BI - Power BI | Microsoft Docs
or add a slicer and use age column in it and you can select any value and the table visual will filter on it.
✨ Follow us on LinkedIn
Learn about conditional formatting at Microsoft Reactor
My latest blog post The Power of Using Calculation Groups with Inactive Relationships (Part 1) (perytus.com) 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.⚡
- AnonymousNot applicable
Thanks, But do filter stay there even if u move the reports and publish them?
- parry2k
Super User
Anonymous @Yes it does, it is part of the report. Whatever you set in the filter it will stay there.