Forum Discussion
annapurna
8 years agoHelper I
combinaing tables
Hi
I am new to power bi.
1.please can any one help me how to select two tables in power bi desktop one below another?what is the query for it?
2.what is the power bi components?please explain it?
thanks in advance
Hi annapurna
One way is to create a calculated table using DAX
From the Modelling Tab>>NEW TABLE
Table = UNION ( Table1, Table2 )
2 Replies
- Zubair_MuhammadCommunity Champion
Hi annapurna
One way is to create a calculated table using DAX
From the Modelling Tab>>NEW TABLE
Table = UNION ( Table1, Table2 )
- Zubair_MuhammadCommunity Champion