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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Syk
Super User
Super User

Using Dates for specific customers

Hello! I currently have this measure..

measure = CALCULATE([Digital Sales %],  DATESBETWEEN('Accounting Date'[Dates],MIN('Accounting Date'[Dates]),MAX(Issues[Go Live Date])))


I have chart to look at this measure and noticed that even though each customer has a particular go live date, it is always getting the latest date. (for every customer it uses customer A's date since its the latest)

Syk_1-1649189363035.png

 

How can I force my measure to look at the go live date that corresponds to the customer? Relationship between go live and customer below joined on a customer key.


Syk_0-1649189236234.png

 

3 REPLIES 3
tamerj1
Super User
Super User

Hi @Syk 

I suppose you are slicing by "Customers" from 'Ship to Cutomer' table. If the Customer name is not available in the issues table you can add it to table visual as a measure

Go-Live Date =
CALCULATE (
    SELECTEDVALUE ( Issues[Go Live Date] ),
    CROSSFILTER ( 'Ship to Customer'[Customer Key], Issues[Customer Key], BOTH )
)

 

While this works for a table, it throws memory errors when I try to use it in my charts.

Can you please share a smaple file?

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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.