Forum Discussion

Pranshu2's avatar
Pranshu2
Icon for Microsoft Employee rankMicrosoft Employee
6 years ago
Solved

How to create sub headers in power bi table

Hello All, I have two tables as shown below - Table 1 : TestSetSourceLocale TestSetTargetLocale Score AlgoType NormalizationType en-us fr-fr 35 SacreBleu CaseInsensitive en-us fr...
  • v-zhenbw-msft's avatar
    6 years ago

    Hi Pranshu2 ,

     

    We can use the append function in Power Query and create a matrix table to meet your requirement.

     

    1. Change the Algo Type column name to NormalizationType.

     

     

    2. Then append the Table and Table (2)

     

     

    3. At last we can create a matrix table using Append table to get the result.

     

     

    If it doesn’t meet your requirement, could you please show the exact expected result based on the table that you have shared?

     

    Best regards,

     

    Community Support Team _ zhenbw

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

     

    BTW, pbix as attached.