Forum Discussion
T_Francis
4 years agoFrequent Visitor
Calculate by Last 7 days or Column Filter
Hi, I'm still finding my feet with Power Query and am in need of some help please. So I need a Total invoice amount (which I already have a measure for) filtered by all open contracts (contr...
amitchandak
Super User
4 years agoT_Francis , In the case or Try to add a filter on the table like
qcontracttohire[date] <=max(date[date]) && qcontracttohire[date] >=max(date[date]) -7
- T_Francis4 years agoFrequent Visitor
Thank you for getting back to me.
So i'm trying to create a measure, is that wrong are you saying I should try to add a new column?
My data is across multiple tables.