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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
SivaMani
Resident Rockstar
Resident Rockstar

TOTALMTD, TOTALQTD isn't working

I'm facing an issue with TOTALMTD, TOTALQTY DAX functions. 

 

Here is my problem,

 

I have 2 tables,

one is Dimension table for Date and another one is fact. There is a relationship between them based on Date field.

 

I have created a measure - TOTALMTD(SUM(fact[Sales]),Dimension[Date]))

 

It isn't working as expected. But when use Fact[Date] instead Dimension[Date] or Remove the relationship, It's working fine.

 

It's absolutely strange. Kindly help me with this.

6 REPLIES 6
abhi9255
Helper II
Helper II

Check weather the date field in the fact table and date field in the dimension table is of same data type.

Earlier I also faced the same issue then I found out that in my fact table date was stored in datetime format and in my calender table date was stored as the type of date format

Thanks for the quick response. Both are in the same data type(Date).

can u share the relationship diagram?

Relationship.PNG

Anonymous
Not applicable

Create two new tables. 

 

In the first table, pull in your date and sales total, both from your LiquorSales data.

 

Second table, pull in your date column from your Dates_modelview and sales total from your LiquorSales.

 

Narrow both down to just this month and compare results. If your "TotalMTD" is wrong, these two tables should not match.  This will help you find the issue.

hi all,

 

i'm having the same issue, did you find any solution on that one ? 

 

thank you !!!

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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