Forum Discussion
Anonymous
6 years agoNot applicable
Measure for data from 2 different tables
I have a table containing forecasts per month, per customer per product and a table containing actual sales per day, per customer, per product. My goal is to create summarized bar charts that show wh...
amitchandak
Super User
6 years agoAnonymous,
You need to have a common customer. If you do not have one create like
Customer = distinct(union(all(sales[customer]),all(forecast[customer])))