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

Join us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered

Reply
minimalist
Helper I
Helper I

Strange Issue - My Date table is showing the same date for all rows in visuals

Sorry if this is in the wrong place but I don't know my way around.

 

Look at this matrix, specifically the Date field.

 

minimalist_0-1750779782624.png

 

As you can see, every row is showing the same date but despite appearances, it is filtering the Order table correctly. 

 

I only noticed this a few hours ago and I can't figure out what is going on. I don't use the daily date field in many visuals so don't know when this first started happening. 

 

My model has only one date table and it is marked as a date table. This visual above is only using one simple SUM() aggregation. The two other date fields shown are coming from the same Date table. 

 

This is what my Date table looks like. Everything looks as it should in the Lakehouse. The Date table created in my Dataflow is from 01/01/2018 to 31/12/2025.

 

minimalist_2-1750782482198.png

Any thoughts?

4 REPLIES 4
maruthisp
Solution Sage
Solution Sage

Hi @minimalist,

Can you try below DAX expression as per the original post description:
VAR Date_PreviousMonth = EOMONTH(EDATE(SELECTEDVALUE('POC Data'[MonthEndDate]), -1), 0)
VAR Backlog_PreviousMonth =
CALCULATE(
SUM('POC Data'[IFRS Backlog]),
ALL('POC Data'[MonthEndDate]),
'POC Data'[MonthEndDate] = Date_PreviousMonth
)
RETURN
Backlog_PreviousMonth

Please let me know if you have any comments. Thanks.
Best Regards,
Maruthi

Hi Maruthi,

 

Thank you for the reply but I don't see how I can use this measure with my model.

 

Your measure only refers to one table and my issue is related to how the Dates column of my date table (that the relationships are based on) is showing incorrectly when filtering my Orders table.

 

Despite the data appearing incorrectly, the correct filter context is being applied and the result in the visual is showing the the correct value (for the date that is not shown)

minimalist
Helper I
Helper I

Perhaps this is the wrong place for this problem. 

 

I just reposted it here: https://community.fabric.microsoft.com/t5/Desktop/Strange-Issue-My-Date-table-is-showing-the-same-da... 

 

minimalist
Helper I
Helper I

I also just noticed that my MonthType has a This Month / Next Month error. The shame.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June FBC25 Carousel

Fabric Monthly Update - June 2025

Check out the June 2025 Fabric update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.