Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi all,
I desperately need help in generating this code. My data is a survey excel sheet with about 10 questions each answer is a scale of 1 to 5 which stands for "very satisfied" to "very dissatisfied." However, when collecting data it only collects the numbers 1-5 but i want to generate reports that show the words "very satisfied" to "very dissatisfied". Is there a code that replaces all the "1" to "very satisfied" etc for all the questions at once since they use the same scale? Thanks in advance
Solved! Go to Solution.
Hi! First be sure that the columns are type text. Then you can just select all the columns you want to replace and right click one of them "Replace Values". That should ask you what to replace and with what. The code finally look like this:
= Table.ReplaceValue(#"Last Step",1,"very satisfied",Replacer.ReplaceValue,{"Columna1", "ColumnN"})
Hope this helps.
Regards.
Happy to help!
Hi! First be sure that the columns are type text. Then you can just select all the columns you want to replace and right click one of them "Replace Values". That should ask you what to replace and with what. The code finally look like this:
= Table.ReplaceValue(#"Last Step",1,"very satisfied",Replacer.ReplaceValue,{"Columna1", "ColumnN"})
Hope this helps.
Regards.
Happy to help!
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
15 | |
11 | |
8 | |
8 | |
7 |
User | Count |
---|---|
15 | |
13 | |
9 | |
6 | |
6 |