This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
hello
I am trying to solve a tricky problem
I have a survey with answers like "happy", "unhappy", etc. I need to assign a numeric value for rating - "happy = 1"
I know a can do conditional column. But there is a lot of words, and the numeric values might change.
What I want to do is create a separate table with words in one column, assigned value in another, and then in the main table create a new column based on the rule set in this small separate table...
HOW?
thank you
Solved! Go to Solution.
Hi @Ondrej ,
You can create a separate table with words in one column and assigned value in another column. Then, you can use the Merge Queries feature to join the two tables based on the word column. After that, you can use the Replace Values feature to replace the words in the main table with their corresponding numeric values.
Merge queries overview - Power Query | Microsoft Learn
Replace values and errors - Power Query | Microsoft Learn
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
it turns out the solution is pretty simple
you just do not want to do it in power query editor, but using simple DAX expression, you can add a column in power bi data view tab
it turns out the solution is pretty simple
you just do not want to do it in power query editor, but using simple DAX expression, you can add a column in power bi data view tab
Hi @Ondrej ,
You can create a separate table with words in one column and assigned value in another column. Then, you can use the Merge Queries feature to join the two tables based on the word column. After that, you can use the Replace Values feature to replace the words in the main table with their corresponding numeric values.
Merge queries overview - Power Query | Microsoft Learn
Replace values and errors - Power Query | Microsoft Learn
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Check out the May 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.