Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
I am connecting to MySQL from dataflow.
I have a date column the is datetime type (always contains 00:00:00)
When I change it to date type, my query folding breaks.
Why and how to get agound it?
Replace Table.TransformColumnTypes with Table.TransformColumns and replace type text with Date.From.
--Nate
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 1 |
| User | Count |
|---|---|
| 11 | |
| 9 | |
| 5 | |
| 4 | |
| 4 |