I have different account types under a country, and those accounts have values(income earned). I want to create a drillthrough donut chart which shows all accounts for a country based on slicer selection. Slicer has all the country names? I created a measure like:
cal = CALCULATE(SUM('ACC'[California]),'ACC_Copy'[Country]="California")
but this doesn't work because drillthrough donut only takes 1 value at a time. How do I change it dynamically?
All your help will be much appreciated. Thanks in advance