Forum Discussion

Likhitha's avatar
Likhitha
Icon for Helper IV rankHelper IV
6 years ago

Doubt regarding Date Relations

Hello All,

I'm having orders table,in order date is present.For one scenario,I created a Date table using DAX as follows

Date table=DISTINCT(orders[order date]).

Now I'm trying to create a column in orders table by concatenating few columns with date column of Date table.There should not be any relationship between those 2 tables.But I have to use Datetable column in concate column.How to do this?

 

 

2 Replies