Forum Discussion
mai_2020
5 years agoFrequent Visitor
Combining columns from different tables with DAX
Hi everybody, I am not sure if this is possible, but i have a Dates table, Actuals and Forecasts. Within actuals and forecast table i have some master data(like id). Actuals and forecasts are not...
mwegener
Most Valuable Professional
5 years agoHi mai_2020 ,
all filtering/categorizing columns must be linked in both tables via a common (Dimensions) table.
I think in this case the ID column will be the problem.
Can you merge the two tables into one table?
- mai_20205 years agoFrequent Visitor
This turned out to be the most practical solution for me:)