Forum Discussion
unnijoy
7 years agoPost Prodigy
DAX formula help
I have 3 column in my data. Two of them are date column. Learning Date Completed and Course date Completed. Now i need to create a line graph in which x axix sould be month from January-2019 and it ...
gooranga1
7 years agoPower Participant
If you have 2 dates yo will need to unpivot them to join them to 1 date dimension.
If you go to edit queries and select the 2 date columsn and select unpivot. You can then join the 1 value column to date dimension and use the attribute column as the legend.