Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
All,
Need some help on a strange error I'm getting.
I have data imported from CSV file and want to group the data.
The grouping returns below error
My code has been running for over past 2 years without any issues and my input file is (as far as I can see) not corrupted.
During troubleshooting it appears that the problem seems to be related to the Key type of the grouping statement.
In below example:
Case "Priority" type is text -> no error
Case "Priority" type is Int64.Type or number-> DataFormat.Error
Table.Group(#"Changed Type1", {"ID", "Priority"}, {{"Duration", each List.Sum([#"Duration"]), type nullable number}})
Hope you can help me out.
Solved! Go to Solution.
Does your CSV data contain a cell in the Priority column with the value "MSO" ?
Hi Ibendlin,
Double checked and indeed MSO was added at the end of the file as a new Priority.
Bit stupid that I did not check this. Was interpreting MSO as Microsoft Office.
Thanks for helping out.
Does your CSV data contain a cell in the Priority column with the value "MSO" ?
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 6 | |
| 5 |