Forum Discussion

luckygirl's avatar
luckygirl
Helper I
1 year ago
Solved

PBI reports change dynamically based on user preference

  Hi,   I have a large SQL table which looks like below and associated tables. I have provided a dashboard having 6 reports for different aspects for prod type A. Now my user wants the same set of...
  • V-yubandi-msft's avatar
    V-yubandi-msft
    1 year ago

    Hi luckygirl ,

    1. Add a ProdType slicer and synchronize it only across report pages where users need consistent selections. Avoid syncing to pages requiring different ProdType selections.
    2. Create a dynamic parameter for ProdType and use it in queries within DirectQuery or Power Query mode. Filtering the dataset at the source level is recommended to enhance load times.
    3. If users frequently switch between ProdTypes, set up bookmarks with preset selections and add buttons for easy toggling between these bookmarks.

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.