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 now in read-only for platform upgrade. 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
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 |
|---|---|
| 21 | |
| 21 | |
| 14 | |
| 14 | |
| 13 |
| User | Count |
|---|---|
| 47 | |
| 35 | |
| 24 | |
| 20 | |
| 19 |