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

Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.

Reply
rishabjain237
Helper I
Helper I

Numbers dont populated when comparing a count of a day with same day last week

Hi community,
I am calculating count of leads per day and comparing them with same day last week. I have wrote the following formula for this.

Same Day Last Week = CALCULATE('MeasuresTable'[TotalLeads],(DATEADD('Master append'[Created_On(IST)].[Date],-7,DAY)))
MeasuresTable[TotalLeads] is CALCULATE(COUNT('Master append'[ID])
My issue is the extra 03-09-2023 to 09-09-2023 cells populating in TotalLeads column and The cells which are not populating in same day last week column as well.
Please suggest on how to solve this issue.

rishabjain237_0-1693992435653.png

rishabjain237_1-1693992774659.png

 

 

1 ACCEPTED SOLUTION
rishabjain237
Helper I
Helper I

Hey guys, I have found the solution to this. The date column which I was using was a hierarchy and type was date/time. I created a new date column by using format('Master append[Created_on(IST), "DD-MM-YYYY") and used this column instead of the old one. I have also Disabled Hierarchy in this new column.
Thanks! 

View solution in original post

1 REPLY 1
rishabjain237
Helper I
Helper I

Hey guys, I have found the solution to this. The date column which I was using was a hierarchy and type was date/time. I created a new date column by using format('Master append[Created_on(IST), "DD-MM-YYYY") and used this column instead of the old one. I have also Disabled Hierarchy in this new column.
Thanks! 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors