Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Anonymous
Not applicable

Crashing the Available Ressources with Conditional Formatting of a calculation group

Hello, 

 

I'm trying to format a card visual (the new one) which includes a field parameter and is filtered using a calculation group item. 

MBinder_0-1725957594631.png

The visual is filtered like this to show the desired outcome. The Filter "Spalte der Berechnungsgruppe" is a calculation group. 
Value4 and Value5 are filtered to show the correct value of AE/Rev(field parameter). 

MBinder_1-1725957642479.png

The visual looks like this 

MBinder_2-1725957771370.png

So now I want to use conditional formatting to make the percentage values gree or red. For this is have created a Formatting Measure like this 

Formating MEasure ( DELTA AV_Anzahl) =
CALCULATE([distinct_offer_count],'Berechnungsgruppe'[Spalte der Berechnungsgruppe] = "Δ Month vs. Ø3M"
 )
The problem is that I get the "
visual has exceeded available resources" error. 

Does anyone has an idea on how to fix this?

1 REPLY 1
Anonymous
Not applicable

Hi, @Anonymous 

You can find the solution in the related cases below. The main way is to optimize your DAX or to increase your computer RAM. in Power BI service you can use premium or optimize your DAX:

Solved: Service: Visual has exceeded available resources. ... - Microsoft Fabric Community

vjianpengmsft_0-1726022038875.png

vjianpengmsft_1-1726022053374.png

Troubleshooting tile errors - Power BI | Microsoft Learn

vjianpengmsft_2-1726022072709.png

how to fix visual has exceeded the available resource. - Microsoft Q&A

vjianpengmsft_3-1726022094077.png

 

 

Best Regards

Jianpeng Li

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors