I have a global Choice object and a multi-choice column in Dataverse for Shelter_Animal_Types. My issue is that when importing the data into Power BI, the labels are missing. How can I import and match the choice labels?
Announcements
shelterTypes1 =
VAR valuesList = SUBSTITUTE(Shelter[wp_sheltertypeIDs], ",", "|")
RETURN
CONCATENATEX(
GENERATESERIES(1, PATHLENGTH(valuesList)),
SWITCH(
PATHITEM(valuesList, [Value], TEXT),
"127770000", "Bird",
"127770001", "Cat",
"127770002", "Dog",
"127770003", "Horse",
"127770004", "Livestock",
"127770005", "Reptile",
"Other"
),
", "
)
WarrenBelz
146,508
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,382
Most Valuable Professional