Forum Discussion

CarlsBerg999's avatar
CarlsBerg999
Helper V
5 years ago
Solved

Creating hierarchies from multiple tables

Hi,   I'm having issues creating hierarchies with data from multiple tables. The goal is to have a visualization that enables a drilldown feature to lower levels of the hierarchy. I have three tabl...
  • ryan_mayu's avatar
    5 years ago

    CarlsBerg999 

    maybe you can try this in PQ.

    1. select both Media and Category , then unpivot

    you can see the column value is that you want.

    2. do the same steps for the rest two tables and combine three tables(Append function in PQ)