Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
So, I'm working with power bi with a dataverse data source, on this data source I have a choice type column that stores a string value, I have a total of 37 choices on this column, when I make a report using it, it displays the number instead of string value, is there a way to convert this numbers to a specific text string?
For example, when the number 1 shows I would like to display "Label 1", when number 2 shows I would like it to display "Label 2" and so forth.
@FRodriguez , You have to create a new column
Label = "Label " & [Number column]
Just to make it text you can change data type as text
Im not sure that this would work, a single record may have several labels, so for example a record may display "2.4,6" indicating that choices 2, 4 and 6 were made on that record.
I would, it needs to show in that case "Text Sample", "Other text sample", "Other more different text sample" all 3 as separate values
I tried using a switch function but it does not seem to like mixing integer with strings
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 23 | |
| 23 | |
| 21 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 58 | |
| 55 | |
| 43 | |
| 30 | |
| 24 |