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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
Ashish9201
Helper I
Helper I

Error : Couldn't load the data for this visual

Hi,

 

Happy Monday!

 

I am receiving below error popup on Power BI service

 

Activity ID: b1322af5-aee0-4c86-99b9-f796fdea34cc
Request ID: 4ac16184-8b11-4469-906a-4ef42c142d8b
Correlation ID: 963f0f38-6719-91e8-0fda-8dd8c39fa3d3
Time: Mon Nov 21 2022 12:35:03 GMT+0530 (India Standard Time)
Service version: 13.0.19445.37
Client version: 2211.1.10948-train
Cluster URI: https://wabi-us-north-central-g-primary-redirect.analysis.windows.net/

 

Below screenshot for reference:

Ashish9201_0-1669014894386.png

 

I am able to get visual on Power BI desktop app. Can you please help me on this?

 

Regards,

Ashish Gupta

1 ACCEPTED SOLUTION
Anonymous
Not applicable
4 REPLIES 4
Anonymous
Not applicable

Hi @Anonymous ,

 

I am using dataverse to connect the datasource and the mode i am using is direct query since the dataset is large.

 

Here is the table which is getting perfectly loaded in the desktop but not on service page.

Ashish9201_0-1669106082957.png

 

Below is one of the dax that i am using to get the data,

PW New Hire Training =
CALCULATE (
    SUM ( msdyn_timeentry[Duration (Hours)] ),
    FILTER (
        msdyn_timeentry,
        msdyn_timeentry[Timesheet Status] = "Approved"
            || msdyn_timeentry[Timesheet Status] = "Draft"
            || msdyn_timeentry[Timesheet Status] = "Submitted"
    ),
    FILTER (
        msdyn_timeentry,
        msdyn_timeentry[Internal Filter] = "New Hire Training"
    )
)
 
Can this dax be improved to get result on service page?
 
thanks,
Ashish Gupta
Ashish9201
Helper I
Helper I

Hi There,

 

Please, Can anyone help me with this issue on urgent basis!

 

Thank you,

Ashish Gupta

Ashish9201
Helper I
Helper I

Hi,

 

Can you please help me out on this?

 

Thank you,

Ashish Gupta

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.