Forum Discussion
Yrstruly2021
5 years agoHelper V
Manuael Column Labeling
Can i make a copy of Label column and name the two columns as "App Category" and "Menu" instead of running the following SQL? # App Filter Categories select a.label as 'App Category' , b.label as...
- Anonymous5 years ago
Hi Yrstruly2021 ,
So you have two tables both have label column and you want to merge these two tables and keep two lable columns with different names?
If so, it is more convenient to do this work in sql. If you want to do this in Power BI, you need to load these two tables, then use the Merge Queries feature to merge the two tables as one, as last rename the two label columns.
Best Regards,
Jay
Yrstruly2021
5 years agoHelper V
Thank you. I just cant seem to figure out where is the two categories drawn from when i manually search for it in my dataset: https://drive.google.com/file/d/1zqSbAvESHf5WUw4U-OKXjL_9E8NbJTfd/view?usp=sharing ?