This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowThe Fabric community is upgrading! Read all of the details including the timeline and what you can expect. Learn more
Hello,
I've got in my calendar only codes like 202201 202202 etc. I'd like to convert them to dates in PowerQuery like:
202201 - 01/01/2022
202202 - 01/02/2022
and so on. Is that possible?
Solved! Go to Solution.
= Table.TransformColumns(#"previous step", {{"column name", each _ & "01", type date}})
works
= Table.TransformColumns(#"previous step", {{"column name", each _ & "01", type date}})
works
Hi,
Both functions doesn't work
Expression.Error: We cannot apply operator & to types Number and Text.
Details:
Operator=&
Left=202201
Right=01
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
| User | Count |
|---|---|
| 23 | |
| 22 | |
| 14 | |
| 14 | |
| 13 |
| User | Count |
|---|---|
| 45 | |
| 38 | |
| 24 | |
| 22 | |
| 20 |