Forum Discussion
Aliasing Values
- 5 years ago
Anonymous In my experience you can always rename single values with Group By, the problem comes in when you need to use an 'other' group and rename the other group - it will always force some refernce at the end that it's other.
Otherwise you can use Power Query to do this ,either in existing column or first Duplicate the column. It requires lots of 'replace values' steps or this trick: https://youtu.be/cOXNbaa_02U?t=59 Or a new Conditional Column would do the trick too. I know not quite self service intuitive, but Power BI has come a long way quickly.
Definitely vote for your idea here so we can see the functionality in future releases: https://ideas.powerbi.com/
Anonymous In my experience you can always rename single values with Group By, the problem comes in when you need to use an 'other' group and rename the other group - it will always force some refernce at the end that it's other.
Otherwise you can use Power Query to do this ,either in existing column or first Duplicate the column. It requires lots of 'replace values' steps or this trick: https://youtu.be/cOXNbaa_02U?t=59 Or a new Conditional Column would do the trick too. I know not quite self service intuitive, but Power BI has come a long way quickly.
Definitely vote for your idea here so we can see the functionality in future releases: https://ideas.powerbi.com/
Thanks for the info Allison!