Forum Discussion
gonrodrigues
10 years agoHelper III
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 ...
Greg_Deckler
10 years agoCommunity 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
- gonrodrigues10 years agoHelper 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_Deckler10 years agoCommunity Champion
Use a visual level filter then versus a report or page filter.
- gonrodrigues10 years agoHelper III
That doesn't work either. When i select other month in slicer, graph show no data because is filtered :S
I need all graphs to show last month by default, but also be able to show data from other months.
Thanks Greg_Deckler