Forum Discussion
Making a slicer or graph display X months back
- Anonymous9 years ago
Hi pantherfanrh,
I'd like to suggest you add a calculate column to show the diff between current row and today. After create the column, you can use this as the source of slicer(switch the mode to "Less than or equal to")
Calculated column formula:
Diff = DATEDIFF([Date],TODAY(),MONTH)
Notice: you should turn on the preview feature "number range slicer" to enable the expand options.
Regards,
Xiaoxin Sheng
Hi pantherfanrh,
I'd like to suggest you add a calculate column to show the diff between current row and today. After create the column, you can use this as the source of slicer(switch the mode to "Less than or equal to")
Calculated column formula:
Diff = DATEDIFF([Date],TODAY(),MONTH)
Notice: you should turn on the preview feature "number range slicer" to enable the expand options.
Regards,
Xiaoxin Sheng
Thank you so much!