We'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
Hi guys,
I am getting an error on a refresh. On desktop,` I dont get the error.
I cannt work it out.
any idea what this means
{"error":{"code":"DM_GWPipeline_Gateway_MashupDataAccessError","pbi.error":{"code":"DM_GWPipeline_Gateway_MashupDataAccessError","parameters":{},"details":[{"code":"DM_ErrorDetailNameCode_UnderlyingErrorCode","detail":{"type":1,"value":"-2147467259"}},{"code":"DM_ErrorDetailNameCode_UnderlyingErrorMessage","detail":{"type":1,"value":"5 arguments were passed to a function which expects between 2 and 4."}},{"code":"DM_ErrorDetailNameCode_UnderlyingHResult","detail":{"type":1,"value":"-2147467259"}},{"code":"Microsoft.Data.Mashup.ValueError.Arguments","detail":{"type":1,"value":"{Table.FromRecords({}), \"Index\", 0, 1, number}"}},{"code":"Microsoft.Data.Mashup.ValueError.Reason","detail":{"type":1,"value":"Expression.Error"}}],"exceptionCulprit":1}}} Table: All Exceptions.
Cluster URI: WABI-NORTH-EUROPE-E-PRIMARY-redirect.analysis.windows.net
thanks guys
Ian
Solved! Go to Solution.
https://community.powerbi.com/t5/Service/Index-column-breaks-Gateway-refresh/td-p/1239773
check this old blog item
Proud to be a Super User!
https://community.powerbi.com/t5/Service/Index-column-breaks-Gateway-refresh/td-p/1239773
check this old blog item
Proud to be a Super User!
Thanks Vijay,
fixed.
I changed the Add Index step in power query from
= Table.AddIndexColumn(Source, "Index", 0, 1, Int64.Type)
to
= Table.AddIndexColumn(Source, "Index", 0, 1)
works
thanks
Great Thanks
Also please visit my Channel www.youtube.com/perepavijay and
Proud to be a Super User!
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 |
|---|---|
| 57 | |
| 38 | |
| 33 | |
| 19 | |
| 16 |
| User | Count |
|---|---|
| 68 | |
| 66 | |
| 41 | |
| 34 | |
| 25 |