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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Suggested Answer

How to get the List enum labels for reporting and integrations from D365 F&O

(1) ShareShare
ReportReport
Posted on by 141

How to get the List enum labels for reporting and integrations from D365 F&O to power BI.

Categories:
I have the same question (0)
  • Martin Dráb Profile Picture
    240,370 Most Valuable Professional on at

    Please give us more information about your business requirement.

  • Subra Profile Picture
    2,010 Super User 2026 Season 2 on at

    Hi @YU 

    Are you looking for any specific label from D365 or all the labels. please provide us an ss or few additional information what you are trying to achieve.

  • Diego Mancassola Profile Picture
    951 Super User 2026 Season 2 on at

    Hi, can you explain better witch stragegy are you using to get data from BI to FO? One solution was use the table named SRSAnalysisEnums, but the functionality to populate that is removed, but first of all explain better the your requirement

  • Suggested answer
    Deepak Agarwal Profile Picture
    9,261 Super User 2026 Season 2 on at

    Use the standard entity SRSAnalysisEnumsEntity. This is the recommended approach when exporting D365FO data to Power BI, Fabric, BYOD, or Data Lake and you need enum labels instead of numeric values.

  • Suggested answer
    Navneeth Nagrajan Profile Picture
    2,681 Super User 2026 Season 2 on at

    Hi @YU,
    A few questions:
    1. Are you getting literal values (constants or enum values) in your reports? 
    2. Are you using Synapse link for fabric to pull data from D365 FO into PowerBI?

    Suggestions:
    There are two tables in D365 Finance that are available at the application database but this is accessible only in lower environments. 

    We had a similar requirement with a customer where we wrote a simple X++ script to populate all enum names from Microsoft.Dynamics.Ax.Xpp.MetadataSupport::EnumNames() into a csv file and then use the table as a part of the Synapse Link for Fabric table and push the literal values into a PowerBI report.
    Alternatively, to validate the enum values/literals during an upgrade, we used a SQL query to validate the literal or constant values (in case of upgrade).  
    1. EnumIDTable (Contains enum definition and value).
    2. EnumValueTable (Contains individual enum values like enumID and enumValue as integer, Name as the symbol/label).
    ---------------------------------------------------------------------

    select a.NAME, b.ENUMID, b.ENUMVALUE, b.NAME AS EnumName 
    from ENUMIDTABLE a 
    INNER JOIN ENUMVALUETABLE b 
       on a.ID = b.ENUMID
    where a.NAME = '<EnumName>'
    order by b.ENUMVALUE;
    ---------------------------------------------------------------------
    Hope this helps. Happy to answer questions, if any.

     

  • Anton Venter Profile Picture
    21,112 Super User 2026 Season 2 on at

    I don't see the SRSAnalysisEnumsEntity entity in my system which is version 10.0.48. This is interesting because you want the labels and not the values. You will have to consider the language as well.

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
SajeedMullaji Profile Picture

SajeedMullaji 419

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 271 Super User 2026 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 271 Most Valuable Professional

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans