Forum Discussion
Anonymous
2 years agoNot applicable
Measure datatypes mapping using Dax studio
Hi, I am trying to export the measures and their datatypes from my Power BI and I used the DAX Studio. The data types are coming in numbers like 5, 20, 12,... Is there a mapping table to find out w...
lbendlin
2 years agoSuper User
Not sure why you would need that but here's the reference - you can do your own mapping
Data types supported in Analysis Services tabular models | Microsoft Learn
Anonymous
2 years agoNot applicable
Hi Ibendlin,
The reference you sent me does not have any mention of the codes which I see in the DAX studio. Am I missing something?
- lbendlin2 years agoSuper User
Connect to your dataset in DAX Studio. Run
select * from $SYSTEM.TMSCHEMA_COLUMNS
and then infer your mapping.
- Anonymous2 years agoNot applicable
Here is the issue:
How can I find out what is 2, 6, or 9? It is not present in the link you provided.
- lbendlin2 years agoSuper User
2 = Text
6 = SmallINT
19 = BigINT