Forum Discussion
Hussain
Helper I
3 years agoDo not Aggregate data over week in a line chart
Hi,
I have dataset the granularity of which is everyday transactions. I also have a date column in it.
| Uniqueids | Date |
| 1 | 5/24/2023 |
| 2 | 5/24/2023 |
| 3 | 5/23/2023 |
I want to create a line chart, have weeks on the x axis and count of unique ids on y axis but I don't want to aggregate it over weeks. I want to maintain the granularity as the day.
The default line chart does is this.
But I want this - (below visual is just an example of what I want. It is not related to my data)
Is there a way to do this in Power BI