Forum Discussion

effi_go's avatar
effi_go
Frequent Visitor
7 months ago
Solved

How to Set a Default Sort Order for All Users in a Power BI App?

Hi everyone, I’ve published a Power BI report to the Power BI Service and converted it into an app so I can share it with my colleagues. One colleague suggested that it would be more user-friendly ...
  • Olufemi7's avatar
    7 months ago
    Hi effi_go

    You can’t enforce a universal “reset” sort order in the Power BI Service beyond what you define in the published report. The way to make sure all users see the same default sort order is to set it up in Power BI Desktop and publish with that configuration:

    1. Set the sort order in Desktop

      • Open your report in Power BI Desktop.

      • Select the table or matrix visual.

      • Use Sort by Column to define the default sort order you want.

      • Save and publish the report. This becomes the baseline view for everyone.

    2. Use a default bookmark

      • Create a bookmark that captures the desired state (including sort order and filters).

      • Set this bookmark as the default view when publishing the app.

      • When users open the app, it will always load in that predefined state.

    3. Understand user behavior

      • Users can still create personal bookmarks, but those only affect their own view.

      • There’s no admin-level override to force a reset every time; the published report and its default bookmark are the only mechanisms available.

    In short: define the sort order in Power BI Desktop, publish with a default bookmark, and that will be the default for all users. If someone changes filters or sorts during a session, closing and reopening the app will bring them back to the default view you set unless they’ve saved a personal bookmark.

     

    This matches Microsoft’s guidance: the default sort order must be defined in the report itself (via Sort by Column and/or a default bookmark), and there is no separate administrator setting in the Power BI Service to enforce it globally.

     

    Microsoft documentation 

     

    Together, these pages confirm that the only way to enforce a default sort order for all users is to configure it in Power BI Desktop and/or set a default bookmark before publishing the app. There is no separate administrator setting in the Service to override user changes globally.