Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin 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
Sorry if this is in the wrong place but I don't know my way around.
Look at this matrix, specifically the Date field.
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.
Any thoughts?
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)
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...
I also just noticed that my MonthType has a This Month / Next Month error. The shame.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Fabric update to learn about new features.
User | Count |
---|---|
57 | |
32 | |
14 | |
14 | |
5 |
User | Count |
---|---|
71 | |
65 | |
26 | |
8 | |
7 |