Forum Discussion
Show 7 days before data
- 8 years ago
Hey,
an easy way is to create a seperate table like:
let
Source = YourTable
in
Table.Group(YourTable, "GroupByColumn", {"Total", each List.Sum([SumColumn])})
in
SourceHave a look to following function
https://msdn.microsoft.com/en-us/library/mt260774.aspx
You should be able to add your Date column as a slicer on your report page and if you click the little drop down arrow on the right-hand side of the visual you can select Relative and enter a number of days.
It Is helpfull addition, but i need to see comparisons, as in result table in screen above
- WolfBiber8 years agoMicrosoft Employee
Hey,
an easy way is to create a seperate table like:
let
Source = YourTable
in
Table.Group(YourTable, "GroupByColumn", {"Total", each List.Sum([SumColumn])})
in
SourceHave a look to following function
https://msdn.microsoft.com/en-us/library/mt260774.aspx