Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
I have a matrix table that is counting objects. There are phases to categorize the count (Phase 1 / 2 / or unphased). All of the counts should be rollup into "DATE_INSERTED". Why are there multiples of the same dates? Shouldn't the counts just roll up into 1 date? See screenshot below for reference.
Ex: Jan 7 / Jan 5 / Jan 4 > Shouldn't these dates be rollup individually and not broken into duplicates?
How can I fix this?
Solved! Go to Solution.
@Anonymous , One of the doubts I have is that date has a timestamp.
So change datatype to datetime and take format with time and check.
If it has time, Then create a date column like
Date = [datetime].date
or
Date = date(year([datetime]),month([datetime]),day([datetime]))
and use that
@Anonymous , One of the doubts I have is that date has a timestamp.
So change datatype to datetime and take format with time and check.
If it has time, Then create a date column like
Date = [datetime].date
or
Date = date(year([datetime]),month([datetime]),day([datetime]))
and use that
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 28 | |
| 28 | |
| 20 | |
| 19 | |
| 19 |
| User | Count |
|---|---|
| 35 | |
| 26 | |
| 19 | |
| 18 | |
| 17 |