Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
richrich123
Helper III
Helper III

Using a code description rather than codeID

Hi everyone,

 

I wonder if someone could clarify for me please. I am using PowerBi to report on some Dynamics data. On a quote entity in dynamics, you have the status e.g Draft, Active, Closed etc.

 

In my quote entity table, the status is held as the code but in my BI Visuals, the code of course means nothing to end users viewing the data. Is there any way to resolve the code group to the description? Having a chart with headings of 0, 1, 2 etc is meaningless.

 

dynamics_statuscode.jpg

 

dynamics_statuscode2.jpg

 

Thanks

 

 

1 ACCEPTED SOLUTION
Greg_Deckler
Community Champion
Community Champion

So typically you create an Enter Data query to translate the codes to human readable values. I used to have a whole code translation thing for all of the status codes in Dynamics CRM.


Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

View solution in original post

3 REPLIES 3
Greg_Deckler
Community Champion
Community Champion

So typically you create an Enter Data query to translate the codes to human readable values. I used to have a whole code translation thing for all of the status codes in Dynamics CRM.


Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Super, thanks @Greg_Deckler  and @Anonymous , that worked perfectly.

Anonymous
Not applicable

Hi, you can have a dim table to the screenshot you put, 2 columns, one is the code, the other is the Status. Create relationship with your dynamic table, and write DAX to display status instead of code. Or add a calculated column to display the Status, up to you.

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.