Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 which one is which(String, numbers, etc)?
Hi @Anonymous ,
Check if any of this links helps you:
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi, I can see the datatypes but they are in numbers. I need to map them to words, like Text, Decimal number and ... How Can I get that?
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
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?
Connect to your dataset in DAX Studio. Run
select * from $SYSTEM.TMSCHEMA_COLUMNS
and then infer your mapping.
Here is the issue:
How can I find out what is 2, 6, or 9? It is not present in the link you provided.
2 = Text
6 = SmallINT
19 = BigINT
Yes. This is what I require, the whole list of all the datatypes and related codes. Where do you find them? Our BI solution is huge and all kind data types are used, thats why I need the whole reference of this
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
72 | |
72 | |
38 | |
31 | |
27 |
User | Count |
---|---|
92 | |
50 | |
44 | |
40 | |
35 |