web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics 365 | Integration, Dataverse...
Suggested Answer

Returning formatted value from the azure data factory dynamics connector

(0) ShareShare
ReportReport
Posted on by 5

Hi All,

I have a linked service and data set created in azure data factory, the data pulls though fine in to a sql table however I am receiving the data in the wrong format as the underlying codes, does anyone know what I need to do to receive the formatted values instead?

I am using the dynamics connector but have also used the dataverse connector and receive the same results.

pastedimage1641910976384v1.png

Thanks in advance

Chris

I have the same question (0)
  • Suggested answer
    Community Member Profile Picture
    on at

    Hi Cteague,

    Could you provide the sample data and it's format in the dataverse and which format you want to save in SQL table?

  • Cteague Profile Picture
    5 on at

    Hi thank you and yes no problem.

    For example the data flows through as

    dw_biodiv_q2v2

    627160002

    627160000

    627160002

    627160002

    NULL

    627160002

    627160002

    627160002

    But 627160002 refers to Yes and 627160000 as No and I need to see Yes and No not the code

    I believe I need to be able to do the following and call the formatted value from the below from the webapi

    GET [Organization URI]/api/data/v9.1/accounts?$select=name,donotpostalmail,accountratingcode,numberofemployees,revenue

    &$top=1 HTTP/1.1  

    Accept: application/json  

    OData-MaxVersion: 4.0  

    OData-Version: 4.0  

    Prefer: odata.include-annotations="OData.Community.Display.V1.FormattedValue"

    But have tried many options no luck so far

  • Suggested answer
    Community Member Profile Picture
    on at

    Hi Cteague,

    If you are using Data Flow, you could create DerivedColumn transformation to change 627160002 to Yes with the expression like this: iif(dw_biodiv_q2v2 = 627160002,Yes).

    If you directly use Copy Data activity, you could create a Stored procedure activity and use it to change 627160002/627160000.

    If you believe that you could get the formatted data from the webapi, you could create a Copy Data activity which source is Rest and sink is your SQL table. However, you need to get token first.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > Microsoft Dynamics 365 | Integration, Dataverse, and general topics

#1
Pallavi Phade Profile Picture

Pallavi Phade 102 Super User 2026 Season 1

#2
Abhilash Warrier Profile Picture

Abhilash Warrier 55 Super User 2026 Season 1

#3
ManoVerse Profile Picture

ManoVerse 45 Super User 2026 Season 1

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans