Forum Discussion

nicanica07's avatar
nicanica07
Frequent Visitor
1 year ago
Solved

PBI table visualization with unique Order IDs from one table and concatenated Items from another tab

Hello, I am transitioning a super simple table visualization from Tableau to PBI and have a lot of challenges. In Tablea it's a few seconds drag and drop and voila - I have the end result, whereas I ...
  • sevenhills's avatar
    1 year ago

    You cannot build nested layouts like that with Power BI Desktop (at least not with the default visuals).

    Paginated reports can do your layout as-is, https://learn.microsoft.com/en-us/power-bi/paginated-reports/report-design/nested-data-regions-report-builder.

    It is not easy as Tableau, agreed!

    Similar layout but not same: Out of curiousity, did you try this using matrix ?
    1) Assuming you have the relation between header and detail table using order id.

    2) Drag a matrix layout and add all the fields in the Rows (and not in columns and not in values)

     

     

    3) Adjust the settings:

     

     

    4) Expand to the lowest level:   in the matrix visual: 

     

    Sample output

     

    and adjust the borders per your needs:

     


    Hope it helps!