Forum Discussion

rloski-public's avatar
2 years ago
Solved

Power BI table set default column sort

I have a table visual in Power BI.  It is intentended to show the products most sold over the period.  Whenever anyone first opens the report in the PBI service, the sort order should always be on the amount sold column (descending).  I don't mind if the user changes the sort order from then on.  But if they choose to sort the report by a different order (or use ascending on the amount sold column) and then exit the report, I want the report to open up with the amount sold (descending) as the sort order for the table the next time they open the report.

 

I haven't found a way to do this in Power BI Desktop or editing in the Service.  What am I missing?

 

Russ Loski

  • Good question. You can perhaps create a bookmark only for the table. Than they have to reset via a button the table. The ppl open the report, have their last slicer selections. And they reset with the button the matrix

7 Replies

  • You have to prevent them to save their own "view". First point persistent filter:

     

  • Good question. You can perhaps create a bookmark only for the table. Than they have to reset via a button the table. The ppl open the report, have their last slicer selections. And they reset with the button the matrix

    • rloski-public's avatar
      rloski-public
      Helper I

      This approach worked the best, I think (waiting for user approval).

       

      I created a bookmark with the table selected.  I set the Data and Display, and Selected Visuals.  I tried to leave Data out and it didn't work.  I haven't experimented leaving Display off.

       

      The user can reset the order to the expected order by clicking a button that has the action to run the bookmark.


      Thank you very much.

       

      Cheers,

       

      Russ