Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Nekkar
New Member

Dax data type identyfication, data type format change

Hi All,

1) is there any dax function which would help me identify data type of a data in column?

     Eg. CheckDataType( 'Data'[Date])

 

2) I would like to convert values in 2 columns in two tables to create relationship between 2 tables (I can use Dax only 🙂

I've already gave it a solid try with no success so any idea is welcome.

I would be thrilled to see sth like cast in SQL.

Nekkar_0-1632829698057.png

 

 

1 ACCEPTED SOLUTION

Hi @Nekkar ,

 

In that case this should work, create a new column:

NewDate = DATE(RIGHT(Sales[SDate],4),MID(Sales[SDate],4,2),LEFT(Sales[SDate],2))
 
Jori
 
If I answered your question, please mark it as a solution to help other members find it more quickly.

View solution in original post

4 REPLIES 4
Nekkar
New Member

Yes, I really do. I do not have access to options you show. I cannot change anything.

And I would like to use columns from the example to create a relationship so I need to have them as the same data type.

Hi @Nekkar ,

 

In that case this should work, create a new column:

NewDate = DATE(RIGHT(Sales[SDate],4),MID(Sales[SDate],4,2),LEFT(Sales[SDate],2))
 
Jori
 
If I answered your question, please mark it as a solution to help other members find it more quickly.

unfortunately it doesn't work.

jppv20
Solution Sage
Solution Sage

Hi @Nekkar ,

 

Do you really need this to work using DAX? Otherwise when you select a Column and go to Column tools you can see & edit the Data type here:

jppv20_0-1632831366494.png

 

Jori

 

If I answered your question, please mark it as a solution to help other members find it more quickly.

 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.