Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 54 | |
| 47 | |
| 39 | |
| 16 | |
| 15 |
| User | Count |
|---|---|
| 83 | |
| 71 | |
| 39 | |
| 29 | |
| 27 |