The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I'm experiencing some weird behaviour in a dataflow. Here is the code:
Solved! Go to Solution.
Ignore this... I was just having a moment and didn't realise I had an error in an sql query...
Ignore this... I was just having a moment and didn't realise I had an error in an sql query...
#"Renamed columns" = Table.RenameColumns(#"Choose columns", {{"PERSONFULLNAME", "PERSONNUM"}}),
Are you saying you now have two PERSONNUM columns in that table? Usually Power Query does not allow you to do that.