Forum Discussion
dgelfuso
Helper I
5 years agoDividing columns from two calculated tables
I have a Dates table, a bookings table, and a sales table. I created two tables which summarize total bookings and total sales by EOM (End of Month from the Dates table): EOM = EOMONTH(Dates[D...
dgelfuso
Helper I
5 years agoI had to create another table that resulted in one row per EOM date (see below). I would think it would be possible to do it in one step instead of two.
Monthly Table Final =
SUMMARIZE (
FILTER('Monthly Table','Monthly Table'[EOM]<>blank()),
'Monthly Table'[EOM],
"Total Bookings", SUM ('Monthly Table'[Total Bookings]),
"Total Sales", SUM ('Monthly Table'[Total Sales])
)
Anonymous
5 years agoNot applicable
Hi dgelfuso
Could you tell me if your problem has been solved? If it is, share your workaround and kindly Accept it as the solution. More people will benefit from it. Or you are still confused about it, please provide me with more details about your table and your problem or share me with your pbix file from your Onedrive for Business.
Best Regards,
Rico Zhou