Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

How do I make a table where it only shows corresponding data when the there is a specific value?

nameageheight
jack313.9m
luke404.1m
carl409.3m

 

i want it so i can see this

40luke4.1m
40carl

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's avatar
    mhossain
    Icon for Solution Sage rankSolution Sage

    Anonymous 

    Require more details what exactly you are trying to achieve, maybe more screenshot/explanation or dummy pbix will be helpful.

    • Anonymous's avatar
      Anonymous
      Not 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's avatar
    mahoneypat
    Icon for Microsoft Employee rankMicrosoft Employee

    In the query editor, you can just filter to value 40 in the Age column.

     

    Pat

     

    • Anonymous's avatar
      Anonymous
      Not applicable

      but I want it for the table visual

       

  • 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.

    • Anonymous's avatar
      Anonymous
      Not applicable

      Thanks, But do filter stay there even if u move the reports and publish them?

       

  • Anonymous @Yes it does, it is part of the report. Whatever you set in the filter it will stay there.