Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
Solved! Go to Solution.
Hi @Chanleakna123,
If I understand your requirement correctly that you want to keep the three columns below and convert all of the different text to "Warehouse"?
If it is, you could create a conditional column in query editor.
Table.AddColumn(#"Changed Type", "Custom", each if [Description] = "Ready to Market" then "Ready to Market" else if [Description] = "Ready For Refurbishment" then "Ready For Refurbishment" else if [Description] = "Scrapped to Cooler" then "Scrapped to Cooler" else "Warehouse")
Here is the test result.
Best Regards,
Cherry
Can you show at least a fragment of your table so that it is clear how the data is structured? It'll be much easier fro anyone trying to help.
@AlBhi , as aove attached . i have a lots of text as shown .
which i only need the main text as mentioned , :
*Ready to Market
*Ready For Refurbishment
*Scrapped to Cooler
and then convert all of the different text to "Warehouse"
thx
Hi @Chanleakna123,
If I understand your requirement correctly that you want to keep the three columns below and convert all of the different text to "Warehouse"?
If it is, you could create a conditional column in query editor.
Table.AddColumn(#"Changed Type", "Custom", each if [Description] = "Ready to Market" then "Ready to Market" else if [Description] = "Ready For Refurbishment" then "Ready For Refurbishment" else if [Description] = "Scrapped to Cooler" then "Scrapped to Cooler" else "Warehouse")
Here is the test result.
Best Regards,
Cherry
Hi @Chanleakna123,
It's glad that we can help you!
Best Regards,
Cherry
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
88 | |
74 | |
63 | |
48 | |
36 |
User | Count |
---|---|
116 | |
86 | |
80 | |
59 | |
39 |