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

Community site session details

Session Id :
Microsoft Dynamics 365 | Integration, Dataverse...
Answered

How to get dimension name by given dimension value

(0) ShareShare
ReportReport
Posted on by 222
Hi,
 
I have scenerio where I have filled dimension values in a table, now I need to fill the dimension name in table. I don't have default ledger dimension value here in this table. Thats why I can't use ledger dimention to find the value or name. Actually the report data volume is big. So, I need to update this table after filling the other values in table. While filling the dimension value I can't get the dimension name as it will slow down the process. 
 
There are two methods in my mind to update these 
1. If I can find the definition table where the actuall dimension values are saved, like the dimension BusinessUnit and ProjectCompetency data. But unfortunathly I did not find that. 
2. If I can find a function where I can pass the dimension name (ProjectCompetency) and its value like '01' and I can get its name which is saved against the '01'. 
 
Please help me to find the dimension name, thanks
 
ProjCodeProjCmpetencyCompetency NameBUCodeBUName
001-00201?001?
001-00302?002?
001-00401?005?
001-00503?002?
 
here are the dimensions are defined
 
 
I have the same question (0)
  • Verified answer
    nbhatti2001 Profile Picture
    222 on at
    How to get dimension name by given dimension value
    Thanks,
     
     
    I have got the query for the solution and here it is
     

     select  DimensionFinancialTag.DESCRIPTION   from  DimensionAttribute
     inner join DimensionAttributeDirCategory on DimensionAttributeDirCategory.DIMENSIONATTRIBUTE = DimensionAttribute.RECID and DimensionAttribute.NAME='ProjectCompetency'
     inner join DimensionFinancialTag on DimensionFinancialTag.FINANCIALTAGCATEGORY = DimensionAttributeDirCategory.RECID
     where DimensionFinancialTag.VALUE ='01'


     

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Andrés Arias – Community Spotlight

We are honored to recognize Andrés Arias as our Community Spotlight honoree for…

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

#1
DAnny3211 Profile Picture

DAnny3211 296

#2
Abhilash Warrier Profile Picture

Abhilash Warrier 137 Super User 2025 Season 2

#3
Martin Dráb Profile Picture

Martin Dráb 87 Most Valuable Professional

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans