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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Anonymous
Not applicable

Date from another table

Hi everybody,

 

Certainly a stupid question for most of you but I really do not find a way to handle this.

 

2 tables -> 1° Invoices  ; 2° Invoices_lines (ImputationMultiple)

 

In the first table I have the date and in the second the details of my invoices.

 

I linked the two tables in the architecture on basis of an ID and now, I'm trying to make a measure to :

 

Calculate the sum of the amount of my lines for the invoices having a date > to another calculated date.

 

I tried many possibilites but I don't reach my goal.

 

Example : 

Prev_CA= calculate(sum(ImputationMultiple[Amount]);ImputationMultiple[Account]="700000";ImputationMultiple[IDTable]="33";DATESBETWEEN(Invoices[Date_Invoice];[DateClot+1];ENDOFYEAR(Invoices[Date_Invoice])))
 
 
Does someone can help me please?
 
Thanks a lot and have a nice day
4 REPLIES 4
v-chuncz-msft
Community Support
Community Support

@Anonymous 

 

You may use RELATED to add a calculated column first.

Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
amitchandak
Super User
Super User

@Anonymous , Join your Invoice date with a date table  and try like 

Prev_CA= calculate(sum(ImputationMultiple[Amount]);ImputationMultiple[Account]="700000";ImputationMultiple[IDTable]="33";
DATESBETWEEN(Date[Date];[DateClot+1];ENDOFYEAR(Date[Date])))

 

Not sure what you wanted in [DateClot+1], correct that

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

@amitchandak 

 

Thanks for your proposal but doesn't work.

 

DateClot+1 is the other date from which I would like to start the filter of my dates... 

The idea is to take the real sales amount until "DateClot" and to calculate the amount like I said from "DateClot"+1 day.

 

Greg_Deckler
Community Champion
Community Champion

Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490

The most important parts are:
1. Sample data as text, use the table tool in the editing bar
2. Expected output from sample data
3. Explanation in words of how to get from 1. to 2.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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.

Top Solution Authors