This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Greetings to all,
I would like to replace many individual values in a column with values that exist in another query.
I cannot merge since I would like it to be a "text contains" replacement.
Any help with the correct "table[column]" reference to the other query would be appreciated
= Table.ReplaceValue(#"Renamed Columns",Replacements[original],(Replacements[replacement],Replacer.ReplaceText,{"Activity"})
@Mariusz here is the data in 2 queries. Normally I would run 20 steps of "Replace Value", so now I am looking to make it happen a bit faster and easier
Column where values need to be replaced
Replacements Table
Hi @iKiok,
is there any chance you could prepare a sample of data that preserves the logic of your data and is easy to copy and work with?
Many Thanks
Mariusz
so, Query Logs - Column Activity, normally i would run 17 steps to replace (text contains) text from Activity Column with other text.
now I have created another Table (Query - Replacements) and I would like to do the replacements with something like
= Table.ReplaceValue(#"Renamed Columns", each Replacements[original],each(Replacements[replacement],Replacer.ReplaceText,{"Activity"})
meaning that I would like to read the column from the other query and do the replacements in the Log query.
Is that possible (reading a column from another query)?
If yes, could you please help me with the syntax?
thank you in advance
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 37 | |
| 32 | |
| 27 | |
| 24 | |
| 17 |
| User | Count |
|---|---|
| 70 | |
| 50 | |
| 31 | |
| 26 | |
| 22 |