Forum Discussion
Hide rows in table based on user selection
Hi All,
I need help in implementing one of the solution asked by my client.
I have a table in my report and I want to give user a check box/delete button against each row. When the user clicks on that button that row should hide from the table view. Could you please help me on how this can be achieved?
6 Replies
- Daniel29195Community Champion
correc my if im wrong. you want a column in your table visual, having like a delete / checkbox button , that if the user click on that button ( per row ) ., wil hide the row selected in the table view .
i dont think that this is possible .
can you explain the value of such thing ? maybe i can help you find an alternative solution for this .
- DiKi-IPost Partisan
Hi ,
I have a report page which shows list of new legal enity which has been added in the source side. Once a legal enity is added the user needs to go and update a mapping file with detail so that sales data can be pulled from the source.
So the report page shows some legal entity that's new, some legal enities are irrelevent and they really wouldn't like to see in that report page. They need the option in the powerbi report so that they can remove it from the table view.
Let me know if it explains better or you have any question.- Daniel29195Community Champion
DiKi-I
why you dont create a column that differenciate between the rows that should be deleted ( 2 values ; to keep , to remove )and the rows that should remain in the visual . Then you add this column in the filter pane --> filter on this page, and you filter the column on the value --> to keep
let me know id that helps
- DiKi-IPost Partisan
Thanks Daniel. I can do this but how I can give user the fliexibilty to choose so that they can decide if they want to keep it or remove it?