Forum Discussion

jerryr125's avatar
jerryr125
Helper IV
1 year ago
Solved

Page - default value for slicing the data

Hi -  Question.  I have a page in my Power BI application in which I would like to have the visualizations default to a specific slicer value. I have a slicer that lets user select the week # and o...
  • lbendlin's avatar
    1 year ago


    Here is the general approach. Adjust as needed
    - create a string representation of your date column, replace the latest date with a string "Latest"
    - sort that new column by the original date column
    - add a slicer or visual/page/report level filter
    - set the filter to "Latest"
    - publish the pbix to the workspace/app