Forum Discussion
hholtshopple
7 years agoFrequent Visitor
Join to Date table and Replicate
Hello, I have received a data set that is grouped by date, each row has a start date and an end date among other key identifiers. I want to ungroup by date these in order to give a count on each ...
v-jiascu-msft
7 years agoMicrosoft Employee
Hi Hunter,
Please download the demo from the attachment.
Table = SELECTCOLUMNS ( FILTER ( CROSSJOIN ( 'Calendar', 'Table1' ), 'Calendar'[Date] >= Table1[Start Date] && 'Calendar'[Date] <= Table1[End Date] ), "Date", [Date], "Car", [Car], "State", [State] )
Best Regards,
hholtshopple
7 years agoFrequent Visitor
Thank you! Will implement this method on my data table.
-Hunter
