Forum Discussion
PineTree
2 years agoRegular Visitor
Toggle Between Week Ending Dates
Hello all, TLDR--- Situation: Tables with *:1 relationship to a calendar that contains week-ending dates. Goal: Add a visual toggle or list that allows the user to choose between Sunday and Wed...
- 2 years ago
I think you can use field paramters for this: https://learn.microsoft.com/en-us/power-bi/create-reports/power-bi-field-parameters
the idea is that you have 2 columns in the date table; one with the Sunday end and one with the Wednesday end - which you can toggle between in the slicer with the field parameter.
vicky_
2 years agoSuper User
I think you can use field paramters for this: https://learn.microsoft.com/en-us/power-bi/create-reports/power-bi-field-parameters
the idea is that you have 2 columns in the date table; one with the Sunday end and one with the Wednesday end - which you can toggle between in the slicer with the field parameter.
- PineTree2 years agoRegular Visitor
Thank you for this! this even works with measures!