Forum Discussion
AtchayaP
Helper V
4 years agoPowerbi
Hi
You can union those 3 columns into one like below
Union Table =
UNION (
SELECTCOLUMNS ( 'Table1', "Value", Table1[Level 4] ),
SELECTCOLUMNS ( 'Table1', "Value", Table1[Level 5] ),
SELECTCOLUMNS ( 'Table1', "Value", Table1[Level 6] )
)Thanks
Hari
Did I answer your question? Then please mark my post as the solution.
If I helped you, click on the Thumbs Up to give Kudos.
My Blog :: YouTube Channel :: My Linkedin
1 Reply
- Hariharan_R
Solution Sage
Hi
You can union those 3 columns into one like below
Union Table =
UNION (
SELECTCOLUMNS ( 'Table1', "Value", Table1[Level 4] ),
SELECTCOLUMNS ( 'Table1', "Value", Table1[Level 5] ),
SELECTCOLUMNS ( 'Table1', "Value", Table1[Level 6] )
)Thanks
Hari
Did I answer your question? Then please mark my post as the solution.
If I helped you, click on the Thumbs Up to give Kudos.
My Blog :: YouTube Channel :: My Linkedin