- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Conditionally merge products in transform data
I have a filter that contains products. I bring in the products from an excel sheet. How can I use the transform data button to say If(Product line = A & B, combine them into "Other - Product", keep the product name as is). Basically I want to combine 2 products so that it is one option in the filter how can I do this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hi @poweruser55 ,
You could use conditional column feature in Power Query Editor.
https://docs.microsoft.com/en-us/power-query/add-conditional-column
Best Regards,
Jay
If this post helps, then please consider Accept it as the solution to help the other members find it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hi @poweruser55 ,
You could use conditional column feature in Power Query Editor.
https://docs.microsoft.com/en-us/power-query/add-conditional-column
Best Regards,
Jay
If this post helps, then please consider Accept it as the solution to help the other members find it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hi,
Write this formula in the Query Editor
=if [Product]="A" or [Product]="B" then "Other - Product" else [Product]
Hope this helps.
Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Please provide sanitized sample data that fully covers your issue. If you paste the data into a table in your post or use one of the file services it will be easier to assist you. Avoid posting screenshots of your source data if possible.
Please show the expected outcome based on the sample data you provided. Screenshots of the expected outcome are ok.
https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
08-02-2024 09:00 AM | |||
06-28-2024 05:00 AM | |||
05-21-2024 05:33 AM | |||
09-12-2024 04:52 PM | |||
01-03-2024 04:48 PM |
User | Count |
---|---|
140 | |
110 | |
81 | |
61 | |
46 |