Forum Discussion

chrisyan_manalu's avatar
11 months ago
Solved

Request for Guidance on Power BI Visualization

Hi Guys.    I would like to seek your advice regarding a visualization challenge I am currently facing in Power BI. Specifically, I would like to know whether the type of visual I have in mind can ...
  • Ritaf1983's avatar
    11 months ago

    Hi chrisyan_manalu 

    The visual you shared is based on merged cells, which is possible in Excel because Excel works at the cell level.

    In Power BI, the design logic is different. The Matrix visual is built on rows and columns, and does not support true cell merging or centering. You can approximate the structure by:

    • Building a hierarchical table to align headers, and

    • Using dynamic measures or field parameters to control the values.

    However, the result will not look exactly like Excel, and dynamic measures may also add performance overhead.

    If you need the same look and flexibility, I recommend exploring third-party visuals such as Inforiver, which provide much greater control over table layouts (including merged headers). Their support team can also advise on your exact scenario.

    If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly