Forum Discussion
Help with some DAX
- 7 years ago
I don't think you need to change anything for the measure, assuming that you have Datetime/Date column in the table.
Create Date Dimension table using either DAX calendar function(s) or using "M" in query editor.
Relate the date columns, making sure Dimension is used as primary.
Plot chart using Dimension date column as axis. Use your calculated measure as value.
Then add either timeline slicer or regular slicer as control.
I don't think you need to change anything for the measure, assuming that you have Datetime/Date column in the table.
Create Date Dimension table using either DAX calendar function(s) or using "M" in query editor.
Relate the date columns, making sure Dimension is used as primary.
Plot chart using Dimension date column as axis. Use your calculated measure as value.
Then add either timeline slicer or regular slicer as control.