Forum Discussion
Hayleysea
Resolver II
6 years agoCan't edit filter applied to visual
Hi there, I have a card visual which is the count of a calculated column. I want to apply filters on the visual so I drag them into the 'Filters on this visual' section. Issue is, I can't edi...
v-alq-msft
Community Support
6 years agoHi, Hayleysea
Based on your description, I created data to reproduce your scenario.
Table:
You may create a calculated column as below.
Sales = 'Table'[UnitPrice]*'Table'[Quantity]
Then you may create a card visual and drag the calculated column to 'Fields' area. To display the count of 'Sales', you need to click the arrow and make 'Count' selected.
Finally, you can drag the 'Product' column to the visual level filter and use it to filter the count of the calculated column. Here is the result.
Best Regards
Allan
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.