Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Convert data lay out

Good day all, I have the following question.

 

Below is table_1.

 

I want to convert that table in the lay out of table_2.

 

Is there any option in Power BI to do so?

 

Thanks for your kind assistance, John

 

table_2

Equipment NoMode 43WorkOrder No mode 43 VendorRef No mode 43Mode 49WorkOrder No mode 49VendorRef No mode 49
CNIU221271240,1370475555008050582014,38704757780080505830
CNIU2214850   14,38704997720087328110
CNIU221498959,13705937780087324030   

 

table_1

ModeEquipment NoTotalWorkOrder NoVendorRef No
43CNIU221271240,13704755550080505820
49CNIU221271214,38704757780080505830
49CNIU221485014,38704997720087328110
43CNIU221498959,13705937780087324030
  • Hi Anonymous,

     

    Please download the demo from the attachment. You can click or double-click the "Applied steps" to see the details. BTW, this may not be a good idea. What if there are thousands of Modes?

    =[Attribute] & " " & Text.From([Mode])

    Convert-data-lay-out

     

    Best Regards,
    Dale

2 Replies

  • v-jiascu-msft's avatar
    v-jiascu-msft
    Microsoft Employee

    Hi Anonymous,

     

    Please download the demo from the attachment. You can click or double-click the "Applied steps" to see the details. BTW, this may not be a good idea. What if there are thousands of Modes?

    =[Attribute] & " " & Text.From([Mode])

    Convert-data-lay-out

     

    Best Regards,
    Dale

    • Anonymous's avatar
      Anonymous
      Not applicable
      Good day!

      Thanks for the reply, works dine for me.

      John