Forum Discussion
hidenseek9
7 years agoPost Patron
Help needed with Edit Query mode
Hello Power BI Community, I have an issue with merging columns together in "edit query" mode. If you could help me with this, it will be much appreciated. Please find below as sample data se...
- Anonymous7 years ago
Hi hidenseek9
Go to the Edit Query option in Home Tab under Ribbon Pallet and follow the steps-
1. Add a Conditional Column with the following Condition
Cost=If Category2 equals null then Category1 otherwise Category2
2. Removed Category1 and Category2 Column.
3. Pivot the Cost Column.
For more details see the pbix file.
Anonymous
7 years agoNot applicable
Hi hidenseek9
Go to the Edit Query option in Home Tab under Ribbon Pallet and follow the steps-
1. Add a Conditional Column with the following Condition
Cost=If Category2 equals null then Category1 otherwise Category2
2. Removed Category1 and Category2 Column.
3. Pivot the Cost Column.
For more details see the pbix file.
- hidenseek97 years agoPost Patron
Anonymous
Thank you for the solution. It works perfect!
H