Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello @Aku786,
To fix it, can you please try these two easy options:
(1) Import your data instead of using DirectQuery if possible, then Power BI doesn't need to fold queries.
(2) Simplify the measure so it only uses basic aggregations like SUM, MAX, or COUNT without heavy row context manipulations (such as SUMMARIZE inside visuals).
Also, if Import mode is not an option, you can also create an intermediate table (like a pivoted table in Power Query) and pull your Card visual data from there.
Hope this helps.
Hi @Aku786,
We haven’t heard back from you regarding your issue. If it has been resolved, please mark the helpful response as the solution and give a ‘Kudos’ to assist others. If you still need support, let us know.
Thank you.
Hi @Aku786,
May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.
Thank you.
Hi @Aku786,
I wanted to check if you had the opportunity to review the information provided by @Sahir_Maharaj. Please feel free to contact us if you have any further questions. If the response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.
Thank you.
Hello @Aku786,
To fix it, can you please try these two easy options:
(1) Import your data instead of using DirectQuery if possible, then Power BI doesn't need to fold queries.
(2) Simplify the measure so it only uses basic aggregations like SUM, MAX, or COUNT without heavy row context manipulations (such as SUMMARIZE inside visuals).
Also, if Import mode is not an option, you can also create an intermediate table (like a pivoted table in Power Query) and pull your Card visual data from there.
Hope this helps.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.