I have a table with a column of dates and a column of values, which should all be zero (variances).
When I pivot this and put the dates in the columns, I want to filter the table so that all rows with a variance in any month will remain. But when I use a value filter, it just filters for the summed value of all months, so that if January is -10 and February is +10, it would net to zero and not be captured.
Is there any way to do this, either with basic pivot table functionality or using a calculated measure (DAX)?
Thanks
When I pivot this and put the dates in the columns, I want to filter the table so that all rows with a variance in any month will remain. But when I use a value filter, it just filters for the summed value of all months, so that if January is -10 and February is +10, it would net to zero and not be captured.
Is there any way to do this, either with basic pivot table functionality or using a calculated measure (DAX)?
Thanks