Forum Discussion
Neka
Helper III
1 year agoFabric Notebook not performing calculations on some data in a semantic model
I have a notebook that is performing gross and net sales calculations on a semantic model grouped by Source, Date, and Customer. Here is the python code that is calculating the gross sales by date an...
- 1 year ago
In case anyone comes across the same issue, I had a call with a Microsoft agent and he suggested using the following code in my notebook before performing any functions:
fabric.refresh_dataset(dataset="your_dataset", workspace="workspace_name")It has been working so far. Hope this helps!
Anonymous
1 year agoNot applicable
Hi Neka ,
May I ask if you have gotten this issue resolved?
If it is solved, please mark the helpful reply or share your solution and accept it as solution, it will be helpful for other members of the community who have similar problems as yours to solve it faster.
Thank you for being a valued member of the Microsoft Fabric Community Forum!