Forum Discussion
OData.Feed Include Annotations from CRM
Anonymous
Were you ever able to get your labels to dynamically import without DAX to replace the values?
Hi Tyler-Clark, no I havent found the solution yet, I need to find some time to keep looking for it.
What I'm thinking of doing just to get things working is create another table with 2 columns. One with the unique CRM number and another I will have to manually maintain with the label name i want. The other option is add a conditional column and write the mapping in code. But both will require ongoing maintenance if the CRM labels change.
Do you have a solution or the same problem?
- tyler-clark7 years agoRegular Visitor
Anonymous
Sadly, i do not. I have done quite a bit of testing and using a DAX replace function and just updating it as new fields are adding or old fields are changed seem to be the only viable solution, but with nearly 300 different fields, the function is going to take me quite a bit of time to maintain.