问题
what I'm looking for is that when I click on a bar I can show the sites that belong to that quartile
The measure "contar_trabajos" is the following
contar_trabajos = CALCULATE (
SUM ( tabla_ranking[nro_trabajos] );
FILTER ( tabla_ranking; [cuartil] IN VALUES ( 'axis'[cuartil] ) )
)
来源:https://stackoverflow.com/questions/56963624/how-to-use-the-detailed-mode-in-a-power-bi-graphic