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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
Anonymous
Not applicable

Block the result of a data filtering

I would like to filter data from an array and make the result static, Meaning no matter what filter i would still do on this data, the previous result will not be affected.

12 REPLIES 12
v-xiaotang
Community Support
Community Support

Hi @Anonymous 

Have you solved this problem? If yes, could you kindly accept the answer helpful as the solution (or kindly share your solution ). so the others can find it more quickly.
really appreciate!
Any question, please let me know. Looking forward to receiving your reply.


Best Regards,
Community Support Team _Tang

Anonymous
Not applicable

Hello

 

Sorry but the answers didn't solve my problem. I'm still thinking about a solution to fix it.

 

Thank you for your message.

 

Best regards,

Thanks for your reply, is there anything I can help you with? @Anonymous 

 

Best Regards,

Community Support Team _Tang

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

v-xiaotang
Community Support
Community Support

Hi @Anonymous 

how about using function ALL() in your DAX expression when calculating Nombre de N° d'IncidentThis function is useful for clearing filters and creating calculations on all the rows in a table.

OR use ALLEXCEPT(), it can remove all context filters in the table except filters that have been applied to the specified columns.

Syntax
ALL( [<table> | <column>[, <column>[, <column>[,…]]]] )
Syntax
ALLEXCEPT(<table>,<column>[,<column>[,…]])

-

if Nombre de N° d'Incident is measure, try like this

calculate(sum(table[count]),allexcept(table,table[Période]))

 

Best Regards,

Community Support Team _Tang

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

Anonymous
Not applicable

Can you please help me do this? I tried to block the filter result with the "modify interaction" fonctionnality but when i filter the data again with a different filter it always changes my first result 

tex628
Community Champion
Community Champion

Hi @Anonymous , 

Can you provide an image of how you're presenting your data?

Making a visual static is not very difficult, but can be done in a few different ways depending on how you intend to show the result. 

/ J


Connect on LinkedIn
Anonymous
Not applicable

Rena_0-1628504448954.png

I have filtered "Nombre de N d'incident" using "periode" and i would like the result to remain static. But when i use the filter "test" or any other filter, it changes the result i have on.

Pragati11
Super User
Super User

HI @Anonymous ,

 

Not sure what you mean by filtering data above. Add more details to your query:

https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523

 

Thanks,

Pragati

Best Regards,

Pragati Jain


MVP logo


LinkedIn | Twitter | Blog YouTube 

Did I answer your question? Mark my post as a solution! This will help others on the forum!

Appreciate your Kudos!!

Proud to be a Super User!!

Anonymous
Not applicable

Rena_0-1628504935417.png

I have filtered "Nombre de N d'incident" using "periode" and i would like the result to remain static. But when i use the filter "test" or any other filter, it changes the result i have on.

Hi @Anonymous ,

 

I think you need to look into EDIT INTERACTIONS in Power BI:

https://docs.microsoft.com/en-us/power-bi/create-reports/service-reports-visual-interactions

 

Thanks,

Pragati

Best Regards,

Pragati Jain


MVP logo


LinkedIn | Twitter | Blog YouTube 

Did I answer your question? Mark my post as a solution! This will help others on the forum!

Appreciate your Kudos!!

Proud to be a Super User!!

Anonymous
Not applicable

I nave already tried to block the filter result with the "Edit interaction" fonctionnality but when i filter the data again with a different filter it always changes my first result 

tex628
Community Champion
Community Champion

You need to select the "Test" slicer and the toggle off the interaction on the "Nombre" visual. Then you will need to repeat this with all slicers that you don't want to interact with "Nombre". 


Connect on LinkedIn

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.