Forum Discussion

cs_data's avatar
cs_data
New Member
1 year ago
Solved

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: 

 

The error message on all charts is this:

 

Thank you!

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

19 Replies

  • Deku's avatar
    Deku
    Super User

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

  • 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).

     

    • eneri's avatar
      eneri
      Helper I

      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 Date - between - slicer: all charts break.

      • rstewartpt's avatar
        rstewartpt
        New Member

        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]

        )

         

  • 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. 

  • 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 ...!

    • willmasse's avatar
      willmasse
      Frequent Visitor

      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!!!!

      • eneri's avatar
        eneri
        Helper I

        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 ...?  

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

  • po-wei's avatar
    po-wei
    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.

    • Mate_Polos's avatar
      Mate_Polos
      New Member

      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).

    • eneri's avatar
      eneri
      Helper I

      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. 

  • 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!!

  • willmasse's avatar
    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?