how to use the detailed mode in a power bi graphic

馋奶兔 提交于 2019-12-11 15:39:12

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!