简体   繁体   中英

Count the no of resulted rows, based on multiple slicer in Power Bi

I have a table and multiple slicers in a Dashboard. I want to take a count of how many results are showing when I select values from one/many slicers.

在度量中使用COUNTROWS函数:

MyMeasure = COUNTROWS ( MyTable )

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM