Forum Discussion
Difference between Power BI Desktop and Power BI Service
Hi GerasimosPan ,
You start by unchecking all the options, but you have to make sure that the steps for Desktop and Service remain the same, and you can check the same Filter at the same time so that you can make sure the images are consistent.
If you change the Measure, I don't think it's necessary because that's the internal structure, if you change the Measure, it's still dynamic, so it doesn't need to be changed.
Best Regards
Yilong Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hello Anonymous,
I tried unchecking all the filters, then gradually adding them, but I couldn't replicate it. I also tried to spam-click on filters, but it also didn't work for me.
In any case, I think that when the graph breaks, that means that the measure is calculated incorrectly, since it is supposed to calculate a running total.
If you can replicate it on Power BI Desktop, maybe this means that this isn't a "Desktop vs Service" issue, as this post has implied, but a Power BI Issue. If you can replicate it in Power BI Desktop but I can't, maybe this narrows it down to some version update?
If this is indeed a Power BI issue, that means that either the DAX code calculating the measure is wrong, or that Power BI (Desktop or not) fails to execute the code correctly, depending on the order filters are applied (which 100% shouldn't be happening).
Do you think the code is correct? If yes, could you please help me generate a more reliable MRE, so we can open a ticket about incorrect measure calculation?
Looking forward to hearing your thoughts on this.
- Anonymous2 years agoNot applicable
Hi GerasimosPan,
First of all I apologize for my late reply, as I said earlier if your filter has changed then the Measure has changed along with it, this is because measures are dynamic calculations that respond to changes in the data model, including filters, and I have been following your Measure code and I don't see a problem with it.
This topic may help you too: Solved: use relationship and filtering - Microsoft Fabric Community
Best Regards
Yilong Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.