Forum Discussion
Anonymous
6 years agoNot applicable
Filtering dates in two date columns
Hi, I can't get my head around filtering of date columns. I have two columns - Report date and Project date. When I choose a Report date (say 04.07), I would like to see the latest Project date in ...
Anonymous
6 years agoNot applicable
So the Due Date = Report date and Order Date = Project date or other way around?
What is they are in different tables? How would the line 8 Summarize look like?
AntrikshSharma
6 years agoCommunity Champion
Summarize can group by columns of mulitple tables, example:
SUMMARIZE(
Sales,
Sales[Order Date],
Sales[Due Date],
Customer[Birth Date]
)