Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Try your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now

Reply
Anonymous
Not applicable

Matrix Table Rollup

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? 

 

win_anthony_0-1611160046934.png

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@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

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@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

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Fabric Data Days is here Carousel

Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.