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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
cs_data
New Member

Error Fetching Data for this Visual

Hello,

 

I'm receiving the below error message on the majority of charts in my PowerBI desktop file, however I have been unable to find a resolve. There is no issue with the data connection. The other strange bit is that when I share the file with colleagues, they are able to open the file with all visuals loading without issue. I've owned this file for over a year now and have never run into this issue, and there have been no changes to the underlying data sources connected to these charts. 

 

Does anyone know what the root cause could be, or some suggestions for troubleshooting? 

 

The visuals all look like this: 

Screenshot 2025-04-02 at 12.34.14 PM.png

 

The error message on all charts is this:

Screenshot 2025-04-01 at 12.02.01 PM.png

 

Thank you!

1 ACCEPTED SOLUTION
Deku
Super User
Super User

This seems to be a issue with the march release of power BI. Try revertong to Feb release


Did I answer your question?
Please help by clicking the thumbs up button and mark my post as a solution!

View solution in original post

17 REPLIES 17
eneri
Helper I
Helper I

I've had a call from MS support saying that MS is not supporting the use of PBI desktop on Mac/Parallels (any more). Therefore, he can't help me and the dev team will probably not work on a solution. 
Maybe we should go back to using Tableau ...!

The issue is not specific to Mac. Microsoft has ARM Based Windows OS Builds and is now supporting ARM Based processors such as the Snapdragon. Microsoft Power BI not being supported on Windows 11 ARM builds is a huge issue. Why is Microsoft not supporting their own software on their own operating systems!!!!

Oh, that's interesting. Maybe all dev energy is put into Fabric and PBI Desktop will become obsolete one day - which would make it OS-agnostic. But until then ...?  

Mate_Polos
New Member

Please, why is this marked as solved? I do not think that going back to a half-year-old version is a solution. Maybe a workaround.

I was using the 2025 June version 2.144.679 and got the error with a file that was good a week ago.

I installed the 2025 January version and 2.139.2054 and then it worked.

I tried the newest 2025 June version 2.144.878 and got the error again.

What I noticed is that the problem is related to calculation groups; more specifically, if I delete all my calculation groups, the very problem from the OP disappears (instead of course, all my measures that depend on the calc groups throw errors, but those are realistic errors). When I made a new calc group with new calc items, it was working until I renamed the "Name" virtual column to something else. I hope this helps to find a real solution (@po-wei ?), and I wonder if anyone else can confirm this behavior. (PBI v2.144.878 and Tabular Editor v2.25).

 

I second this! This topic should not be marked as "solved" as it is not fixed in current releases.
I'm using Win 11 on MacBook Pro (48GB RAM, 20 allocated to Parallels) and all workbooks use a calendar table.
It's fine with January 2025 version.
Problem occurs with more recent PBI version. 
When published to server, all works well, but it makes creating something in desktop impossible. 

Page with custom date range slicer: works sometimesPage with custom date range slicer: works sometimesPage with Date - between - slicer: all charts break.Page with Date - between - slicer: all charts break.

If you paste your measure in chat GPT it will fix it. I found that I was no longer able to generate table filters within a summarize. Since then, I've started generating the table filter outside of the summarize and applying the table variable as a table fitler. This also effects excel dax calculated tables. 

 

eg. 

Bad

Summarize(

    Sales

    , Sales[Customer]

    , Filter(Calendar, Calendar[Date]>dynamic date field)

    , [Sales]

)

 

Good

VAR CalFilter = Filter(Calendar, Calendar[Date]>dynamic date field)

Return

Summarize(

    Sales

    , Sales[Customer]

    , CalFilter

    , [Sales]

)

 

Thanks for the hint, but I don't have SUMMARIZE() in my calculations, so this can't be the issue. 

rs3782
Frequent Visitor

Reverting to Feb release should not be the only feasible solution Microsoft has come up with. I've been dealing with this issue since March 2025.  4 versions later there's still no patch or solution other than using a 4 month old version of the software.  Crazy. 

willmasse
Frequent Visitor

I do not see this in a the list known issues for PowerBI. Do we know if this is being worked on? 

AndreiGladyshev
Frequent Visitor

i tried Feb 2025 and Dec 2024 versions, didnt help me. still have problem

cs_data
New Member

I was able to have someone from Microsoft Support help me out (Mario FTW!!!). Turns out it was a bug in the March Version of desktop downloaded from the App Store that affects visuals after a few specific scenarios (in my case, the application was hanging so I had to force quit). Reverting to Feb version solved the issue across the board.

 

Thank you!!

po-wei
Microsoft Employee
Microsoft Employee

Hello, big sorry about trouble. I'm working on related area. Would you be able to file a support ticket and provide the related measure that failed? We hope to repro.

@po-wei is there any update/timeline on when this issue is being resolved? I have just submitted a support request it would be great if your team would find a solution soon. Thanks. 

So dear Po-wei - is anybody working on this on the Microsoft side? Can you confirm it is related to calculation groups as I noticed? (see my post in this thread).

rstewartpt
New Member

You don't have control over versioning. this has broken many client models. 

Deku
Super User
Super User

This seems to be a issue with the march release of power BI. Try revertong to Feb release


Did I answer your question?
Please help by clicking the thumbs up button and mark my post as a solution!

https://learn.microsoft.com/en-us/power-bi/fundamentals/desktop-latest-update-archive?tabs=powerbi-d...

 

Use this link to download the prior month's version. 

you'll find the Feb
download just above the title January 2025 Update (2.139.1576.0)

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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