Forum Discussion

powerbiexpert22's avatar
powerbiexpert22
Impactful Individual
2 years ago
Solved

drill through based on calculation

can it be possible to drill through based on calculation or measure , example i created dax expression for customer count of private , public and business sector % and placed measure in textbox , if i click on circle for 47 % (for private sector customer count ) then it should filter another page which is map based on only private sector occupation 

 

Private Count = DIVIDE(CALCULATE(DISTINCTCOUNT(Sheet1[CustomeID]),FILTER(All(Sheet1),
Sheet1[Occupation]="Private")),[Total customer])
 

 

 

 

 

 

 

1 Reply