March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hello,
I need your help guys 🙂
I'm using BYOD and Export services of Dynamics 365 for Finance and Operations (D365 F&O) to prepare sql Tables.
The problem is with fields that have Base Enum data type, those fields are loaded in sql table as numbers (index: 0,1,2....) and not with their label value (String value).
How can I solve this issue?
The field should contain values (such as sales, purch....) but the field in sql Table contains (0,1.......)
Thank you, I will appreciate any information.
Solved! Go to Solution.
Hi @VFPowerBI ,
Please review the content in the following links and check whether that is what you are looking for.
How to see enum values in D365
USE [xxDB] GO SELECT * from ENUMVALUETABLE join ENUMIDTABLE on enumid = id and ENUMIDTABLE.NAME = 'xxx'
Export all enums over data entity to BYOD
How to: Use enum values instead of integers in BI reports for Dynamics 365 finance and operations
Also, you can try to go to the BYOD product support team, they will give you more professional advice or solution.
Best Regards
Hello
I have been trying to get enums out of D365 to the DataLake. I had found SRSAnalysisEnums and for the most part it does what I need. However, I have encountered a few instances where certain enum types are not sent to this table. eg
330 UnitOfMeasureCodeSymbol
4360 UnitOfMeasureSystemOfUnits
Is there another way to get at this data? eg is there a way to have the tables ENUMIDTABLE and ENUMVALUETABLE made exportable? How big a change would it be?
Thanks
Graham
Hi @VFPowerBI ,
Please review the content in the following links and check whether that is what you are looking for.
How to see enum values in D365
USE [xxDB] GO SELECT * from ENUMVALUETABLE join ENUMIDTABLE on enumid = id and ENUMIDTABLE.NAME = 'xxx'
Export all enums over data entity to BYOD
How to: Use enum values instead of integers in BI reports for Dynamics 365 finance and operations
Also, you can try to go to the BYOD product support team, they will give you more professional advice or solution.
Best Regards
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
8 | |
3 | |
2 | |
1 | |
1 |
User | Count |
---|---|
6 | |
3 | |
3 | |
2 | |
2 |