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! Request now

Reply
sdiaz
New Member

Inverted filter slicer undesired summarization

Hi everyone, 

 

Intending to create a visual that displays the opposite of what is selected by a slicer, I have created a duplicate of the original table in which I have included the measure specified below:

Exclude 1 =
IF(
MAX(inv_reaccion[tiempo_reacción_minutos]) in ALLSELECTED('reacción usuarios Baires'[tiempo_reacción_minutos]) && COUNTROWS(ALLSELECTED('reacción usuarios Baires'[tiempo_reacción_minutos])) <> COUNTROWS(ALL('reacción usuarios Baires'[tiempo_reacción_minutos])),
1,
0
)
 Then I add this measure as a filter, saying it is equal to 0.
this measure works perfectly for a table in which I specify many fields, and I am able to select "don't summarize" for those fields, however I am not able to display the same result in a barchart where the measure does not work because automatically adds it up:
 
sdiaz_1-1638283100328.pngsdiaz_2-1638283129343.png

 

As you see the total displayed in the table is 116, however the barchart does not take the measure.

 

Hope someone could give me a hand.

 

Thanks beforehand,

 

Santiago

 


 

 

2 REPLIES 2
sdiaz
New Member

Thanks for your answer, but I don't undersantand what is meant by index column nor adding that as additional column.

Interpretating your answer I have also tried to create a measure that contains the count of ID tarea and I experience the same undesired result. Having this dynamic calculation depending on the slicer, does not work with creating a column, makes sense as a measure though.

amitchandak
Super User
Super User

@sdiaz , there is no option on bar visual for unsummarized, you will only see aggregated values. You need to have index column if needed and then have that as additional column on axis

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
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.