Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Please help me, in my table Trx ID which is numberic; I have converted into text and when i group basedon this, the error message is as follows:
DataFormat.Error: We couldn't convert to Number.
Details:
Trx ID
Table.Group(#"Removed Columns2", {"Trx ID"}, {{"Sum", each List.Sum([Gross]), type nullable number}})
Is the Table.Group step the very first step where that error appears? Or does it appear on preceding steps also? If the latter, where is the first step when that appears?