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
cbailey92
New Member

TOTALMTD and USERELATIONSHIP

Hi All,

 

I am trying to calculate a MTD value based on a date column from my 'Quotes' table that is different to the date column that has an active relationship with my calendar.

 

I think I need to use some sort of combination of TOTALMTD and USERELATIONSHIP?

 

I am calculating a value from my 'Quotes' table. The 'Quotes' table has a 'Created Date' column, which is my active relationship with my calendar table, and a 'Quote Won Date', which is what I want my month-to-date calculation to work from.

 

I do have an inactive relationship established in my model between my calendar table and the 'Quote Won Date'

 

Here is something I have tried which does not work but might illustrate what I am trying to calculate:

MTD Value of Quotes Won by Quote Won Date = 
    CALCULATE([Value of Quotes Won],DATESMTD('calendar'[Reporting Date]),USERELATIONSHIP(quoted_opportunities_and_quotes_data[Quote Won Date],'calendar'[Reporting Date]))

 

Really appreciate any help anyone can offer!

 

Many thanks in advance,

Chris

1 REPLY 1
OwenAuger
Super User
Super User

Hi @cbailey92 

The logic of your measure appears correct to me.

It is simultaneously applying a MTD filter on your 'calendar' table, and activating the relationship with the [Quote Won Date] column.

 

I tested your measure in a small sample data model and it gave the expected result.

 

Could you post either a link to a shareable PBIX or some some sample data and the result you are getting?

 

Regards,

Owen

 

 


Owen Auger
Did I answer your question? Mark my post as a solution!
Blog
Twitter
LinkedIn

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.

Top Solution Authors