The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
An unexpected error occurred(file 'xldqas_filterctx.cpp', line 469, function 'FilterCtxFixer::WrapCalculate').
What does this mean?
Thanks for the reply from Uzi2019 and amitchandak , please allow me to provide another insight:
Hi @visishta ,
Have you enabled enhanced dataset metadata, you can disable this option and reopen power bi desktop to check again!
Bug in Desktop, Version: 2.79.5768.721 64-bit (mar... - Page 2 - Microsoft Fabric Community
Is your Power BI Desktop the latest version, if not, you can update to the latest version.
Download Power BI Desktop from Official Microsoft Download Center
Does your dax function involve a slicer and does not take into account the selected state in the function, you might consider adding filter() and the corresponding selected state like in the link below to achieve the result:
Solved: Trying to sum full year but getting error message - Microsoft Fabric Community
This is the related document, you can view this content:
Solved: New composite model - DAX help - calculation cost ... - Microsoft Fabric Community
Solved: Refresh Failed: 'file 'pfoledbreader.cpp', line 8... - Page 3 - Microsoft Fabric Community
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @visishta
This might be because of your dax calculation. Either your dax table or any measure column calculation.
delete that calculated table or measure and again re-calculate it.
I hope this might help you!!