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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
hadjigeo
Helper I
Helper I

when adding a filter on Page the visual is loading for 1-2 minutes .

Hi,

 

i have the below visual and when i add a filter to remove the rows that have 0 on Sales 150% and GPM150%

 

I have created this measure : if ( and ( Sales150% =0,GPM150% =0),0,1). i add this measure in the filters on Visual and the the visual loads for 1-2 minutes.

 

any ideas how to reduce the time or how to remove the rows that has 0 on both Sales and GPM?

 

Untitled.png

Thanks

5 REPLIES 5
v-xicai
Community Support
Community Support

Hi @hadjigeo ,

 

You may try to add "+0" to the end of the original measure formula.

 

Best Regards,

Amy

 

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

 

Hi @v-xicai 

 

thanks for your reply. it needs the same time to load. but what is the +0 at the end doing?

Hi,

 

You should be able to do this in the filter pane without a measure. Just turn on advanced filtering (or it might be on as default) for each column and then you can pick show items when the value: is not 0.

 

Capture1.PNG

Hi,

@TCarrasquillo 

 

but how can you do the and?

 

if ( and ( Sales150% =0,GPM150% =0),0,1).

Hi @hadjigeo ,

 

You may try to add "+0" to the end of the original measure formula to reduce the load time.

 

Best Regards,

Amy

 

Community Support Team _ Amy

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

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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