Forum Discussion
Using a Measure as a visual filter
- 6 years ago
Hi,
According to your description, I create a table to test:
Then, create a measure to calculate the rows of sales which sales are > 100:
Measure = COUNTROWS(FILTER(ALLSELECTED(Sales),Sales[Sales]>100))
Choose a pie chart visual, and then choose the count of [Increment] row as a card visual:
For your problem why this measure cannot filter the card is that they have no same field, please add the same field to this pie chart visual, and when you click this pie chart, it will filter the card:
Best Regards,
Giotto Zhi
Hi,
According to your description, I create a table to test:
Then, create a measure to calculate the rows of sales which sales are > 100:
Measure = COUNTROWS(FILTER(ALLSELECTED(Sales),Sales[Sales]>100))
Choose a pie chart visual, and then choose the count of [Increment] row as a card visual:
For your problem why this measure cannot filter the card is that they have no same field, please add the same field to this pie chart visual, and when you click this pie chart, it will filter the card:
Best Regards,
Giotto Zhi