Forum Discussion
Dashboard refresh issues
Hello,
I'm struggling with PBi to show data from last month by default either in reports and dashboard. I've seen some different techniques:
1. Creating a column with CurrentMonth and put it on a page/report filter.
Problem: I want a slicer with different months, and with this page filter slicer only show CurrentMonth.
2. With that same column, having a slicer with CurrentMonth.
In Dashboard view there is no slicer... graphs will always refresh with information from last month or every month i will have to pin all graphs to Dashboard with CurrentMonth selected in the reports (2nd option is not a solution obviously)?
Could you please help finding the right direction? Thanks.
5 Replies
- Greg_DecklerCommunity Champion
Typically it looks something like creating a new column with a formula like:
DaysPast = DATEDIFF([Date],TODAY(),DAY)
You can then set your filter to something like >30
- gonrodriguesHelper III
But then everything will be filtered right? Slicers included.. I want slicers to have other months/years in the options and not only '< 30'
- Greg_DecklerCommunity Champion
Use a visual level filter then versus a report or page filter.