Forum Discussion
Dashboard
- 3 years ago
Anonymous , Not very clear,
But you can create a date table and use Axis Type = Categorical
New column
Date only = DateValue([Date])
- Anonymous3 years ago
Hi Anonymous ,
According to your description, here are my steps you can follow as a solution.
(1)We can create a calculated column.
Date Column = DATE(YEAR('Table'[Date]),MONTH('Table'[Date]),DAY('Table'[Date]))(2)Format date columns.
(3)Create a visual and place [Date Column] on the legend field and field selection for y-axis [count].
(4)Set the x-axis type to "Categorical" and turn on "Data labels".
Please refer to my PBIX file.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous , Not very clear,
But you can create a date table and use Axis Type = Categorical
New column
Date only = DateValue([Date])
- Anonymous3 years agoNot applicable
Thank you very much, Amitchandak. Will follow-up!
Regards,
Gary