Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
AlessandroBet
Resolver I
Resolver I

Error when i try get data

I have installed PBI desktop in new laptop but it doesnt work.

I'm working with win 10 pro updated

It occours an error when i try get data from each kind..xls, dataset, open existin PBX...

 

Error.PNG

 

Here below the copy detail 

 

Feedback Type:

Frown (Error)

 

Error Message:

An error occurred while rendering the report.

 

Stack Trace:

Javascript: TypeError

at PowerBIAPIErrorToClientError.getDetails (https://ms-pbi.pbi.microsoft.com/minerva/scripts/visuals.js:633:43)

    at Object.GetErrorDetailsFromClientError (https://ms-pbi.pbi.microsoft.com/minerva/scripts/powerbidesktopcommon.js:6904:53)

    at DesktopContainerCore.<anonymous> (https://ms-pbi.pbi.microsoft.com/minerva/scripts/powerbiDesktop.js:1279:314)

    at step (https://ms-pbi.pbi.microsoft.com/pbi/Web/ts/CefInteropSetup.js:31:23)

    at Object.throw (https://ms-pbi.pbi.microsoft.com/pbi/Web/ts/CefInteropSetup.js:12:53)

    at rejected (https://ms-pbi.pbi.microsoft.com/pbi/Web/ts/CefInteropSetup.js:4:65)

    at processQueue (https://ms-pbi.pbi.microsoft.com/minerva/scripts/angular.js:18035:37)

    at https://ms-pbi.pbi.microsoft.com/minerva/scripts/angular.js:18083:27

    at Scope.$digest (https://ms-pbi.pbi.microsoft.com/minerva/scripts/angular.js:19202:15)

    at Object.next (https://ms-pbi.pbi.microsoft.com/minerva/scripts/desktop.js:39377:75)

 

Stack Trace Message:

An error occurred while rendering the report.

 

Invocation Stack Trace:

   at Microsoft.Mashup.Host.Document.ExceptionExtensions.GetCurrentInvocationStackTrace()

   at Microsoft.Mashup.Client.UI.Shared.StackTraceInfo..ctor(String exceptionStackTrace, String invocationStackTrace, String exceptionMessage)

   at Microsoft.PowerBI.Client.Windows.Telemetry.PowerBIUserFeedbackServices.GetStackTraceInfo(Exception e)

   at Microsoft.PowerBI.Client.Windows.Telemetry.PowerBIUserFeedbackServices.ReportException(IWindowHandle activeWindow, IUIHost uiHost, FeedbackPackageInfo feedbackPackageInfo, Exception e, Boolean useGDICapture)

   at Microsoft.Mashup.Client.UI.Shared.UnexpectedExceptionHandler.<>c__DisplayClass15_0.<HandleException>b__0()

   at Microsoft.Mashup.Client.UI.Shared.UnexpectedExceptionHandler.HandleException(Exception e)

   at Microsoft.PowerBI.Client.PowerBIUnexpectedExceptionHandler.HandleException(Exception e)

   at Microsoft.PowerBI.Client.Windows.Utilities.UIBlockingAwareExceptionHandler.HandleException(Exception e)

   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)

   at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)

   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

   at Microsoft.PowerBI.Client.Windows.WebView2.WebView2Interop.InvokeCs(InteropCall call)

   at Microsoft.Mashup.Host.Document.ExceptionHandlerExtensions.HandleExceptions(IExceptionHandler exceptionHandler, Action action)

   at System.EventHandler`1.Invoke(Object sender, TEventArgs e)

   at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)

   at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)

   at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)

   at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)

   at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)

   at System.Windows.Forms.Form.ShowDialog(IWin32Window owner)

   at Microsoft.Mashup.Client.UI.Shared.WindowManager.ShowModal[T](T dialog, Func`1 showModalFunction)

   at Microsoft.PowerBI.Client.Program.<>c__DisplayClass4_1.<Main>b__2()

   at Microsoft.PowerBI.Client.Windows.IExceptionHandlerExtensions.<>c__DisplayClass3_0.<HandleExceptionsWithNestedTasks>b__0()

   at Microsoft.Mashup.Host.Document.ExceptionHandlerExtensions.HandleExceptions(IExceptionHandler exceptionHandler, Action action)

   at Microsoft.PowerBI.Client.Program.Main(String[] args)

 

 

JS Error Message:

Cannot read properties of undefined (reading 'pbi.error')

 

PowerBINonFatalError:

{"AppName":"PBIDesktop","AppVersion":"2.100.1401.0","ModuleName":"https://ms-pbi.pbi.microsoft.com/minerva/scripts/visuals.js","Component":"PowerBIAPIErrorToClientError","Error":"TypeError","MethodDef":"getDetails","ErrorOffset":"633:43"}

 

Snapshot Trace Logs:

C:\Users\AlessandroBettiolo\AppData\Local\Microsoft\Power BI Desktop\FrownSnapShot0a9e29c7-64f3-40dc-a403-902cf2d430eb.zip

 

Model Default Mode:

Import

 

Model Version:

PowerBI_V3

 

Performance Trace Logs:

C:\Users\AlessandroBettiolo\AppData\Local\Microsoft\Power BI Desktop\PerformanceTraces.zip

 

Enabled Preview Features:

PBI_enableWebView2

PBI_sparklines

 

Disabled Preview Features:

PBI_shapeMapVisualEnabled

PBI_SpanishLinguisticsEnabled

PBI_qnaLiveConnect

PBI_azureMapVisual

PBI_dataPointLassoSelect

PBI_compositeModelsOverAS

PBI_dynamicParameters

PBI_enhancedTooltips

PQ_WebView2Connector

PBI_useModernFormatPane

PBI_scorecardVisual

 

Disabled DirectQuery Options:

TreatHanaAsRelationalSource

 

Cloud:

GlobalCloud

 

PowerBIUserFeedbackServices_IsReported:

True

 

Formulas:

 

 

section Section1;

 

shared Table = let

    Source = Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText("i45WMlTSUTJSitWJVkoEspKUYmMB", BinaryEncoding.Base64), Compression.Deflate)), let _t = ((type nullable text) meta [Serialized.Text = true]) in type table [Column1 = _t, Column2 = _t]),

    #"Changed Type" = Table.TransformColumnTypes(Source,{{"Column1", type text}, {"Column2", type text}})

in

    #"Changed Type";

 

4 REPLIES 4
Anonymous
Not applicable

download and install power bi from office 365 

There is only 1 version and i have downloaded from this link

https://www.microsoft.com/en-US/download/details.aspx?id=58494 

amitchandak
Super User
Super User

@AlessandroBet , Make sure the latest version of .net is installed.

Uninstalled and reinstall power bi

 

If still does not help, report and issue - https://community.powerbi.com/t5/Issues/idb-p/Issues

i unistalled several time

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.