how to add specific values to pivot table on excel?

Copper Contributor

hello,

3 Replies

@hellokitty0234 Why not add a column that identifies the negative values and add that column to the Filter area?

Riny_van_Eekelen_0-1674636198506.png

 

reply

 

@hellokitty0234 

In general creating PivotTable you may add data to data model, generate DAX measure

Count negative:=CALCULATE( COUNTROWS( Table1 ), Table1[value] < 0 )

and use it in PivotTable:

image.png