Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hello,
I have a very weird issue with my Power BI report. So today I was working on my fairly new report and after a while I got the error that I could not save the file anymore due to a incorrect file path. Thing is I haven't moved the file. So I tried again. After a while the same error occured. Moving, renaming or "saving as" didn't help. No issues whatsoever.
Now I think I found out what is causing this error. Whenever I run this in the DAX Query editor, I cannot save the file anymore. The DAX Query itself is working nicely with no error whatsoever. Also other DAX Query functions seem to be working. Is this a known issue with the CALCULATETABLE function?
EVALUATE
CALCULATETABLE(Studium,
FILTER(Studium,Studium[Studium_geplante_Uebernahme]="Ja"),
FILTER(Studium,Studium[KontoFestanstellung]=FALSE()),
FILTER(Studium, Studium[Studium_voraussichtlicher_Abschluss].[Date]<DATE(YEAR(TODAY())+1,MONTH(TODAY()),DAY(TODAY()))),
FILTER(Mitarbeiterdaten,Mitarbeiterdaten[Status]<>"inactive")
)
Solved! Go to Solution.
Hi @PhilippM
Are you unable to save the file when running in the DAX Query view as shown below?
I have not reproduced your problem, when I run the DAX formula about CALCULATETABLE here, I can save the file normally.
The following suggestion is for your reference:
You can try using Performance Analyzer to see how long the DAX takes to run, and then wait for the DAX to finish running before trying to save the file.
Best Regards,
Yulia Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @PhilippM
Are you unable to save the file when running in the DAX Query view as shown below?
I have not reproduced your problem, when I run the DAX formula about CALCULATETABLE here, I can save the file normally.
The following suggestion is for your reference:
You can try using Performance Analyzer to see how long the DAX takes to run, and then wait for the DAX to finish running before trying to save the file.
Best Regards,
Yulia Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hey @Anonymous ,
apprently the problem fixed itself over the weekend. Just logged back into work, tried it again and it is working normally now. I honestly don't know what this was about
Thank you anyway!
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
10 | |
9 | |
8 | |
7 | |
6 |
User | Count |
---|---|
14 | |
13 | |
11 | |
9 | |
8 |