Forum Discussion
DAX
- 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 , when you filter a month from slicer you will get that month data. What you want to achieve here.
but I want entire month date wise in a graph when select a month in a slicer
- Tahreem246 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.
- v-lionel-msft6 years agoCommunity Support
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.