Forum Discussion
MontanaBlack
1 year agoNew Member
Power Bi Visual Connceting Dates of two different tables
Dear All, I try to connect in a "Line and stacked column chart" a Forecast line in the field line Y-Achse. The dataset is based on 1 table with a date column and the Forecast values are based on ...
- 1 year ago
- Create a date table with CALANDARAUTO()
- Right click on the table and mark it as a date table
- create a 1 many relationships from dates[date] to actual and forecast tables
- Add date[date] to the x axis
Deku
Super User
1 year ago- Create a date table with CALANDARAUTO()
- Right click on the table and mark it as a date table
- create a 1 many relationships from dates[date] to actual and forecast tables
- Add date[date] to the x axis
MontanaBlack
1 year agoNew Member
Thanks a lot. It works...