Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hello
So both my YYYYMM are text so whey do they not align? They are both text too. Should I create a new date table and link them????
I tried this but it fails:
How can I get them to align? Can a text column be turned into a date column at all? I ask as formatting my SQL will take a long time!
MY DATE TIME:
LINKING TO THIS TABLE:
Solved! Go to Solution.
I ended up grouping month and date then connecting it to the original date table after making a reference table and it worked like a charm!! thank you for your reply
@Karolina411 , Try like
Date(left([Month Year],4), Right([Month Year],2),1)
I have checked in the past too, it does not work great with YYYYMMDD format. You can log an idea for that
I ended up grouping month and date then connecting it to the original date table after making a reference table and it worked like a charm!! thank you for your reply
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 46 | |
| 43 | |
| 39 | |
| 19 | |
| 15 |
| User | Count |
|---|---|
| 68 | |
| 68 | |
| 31 | |
| 27 | |
| 24 |