Forum Discussion
Anonymous
6 years agoNot applicable
DAX
how to show entire month sales in a graph or table when I select a month in a slicer?
- 6 years ago
Hi Anonymous ,
Please refer to my sample.
I have a table like this.
Then I create a [Month] column.
Month = [Date].[Month]At last, add the fields into the visuals.
Best regards,
Lionel ChenIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
6 years agoNot applicable
but I want entire month date wise in a graph when select a month in a slicer
Tahreem24
6 years agoSuper User
So take a date(day wise) in the x-axis and any metrics column in the y-axis of any Line or bar chart.
Then if you select any month from slicer so the chart will get filtered out based on that.