Forum Discussion
powerbiuser9999
Helper I
4 years agoReplicating a filter in DAX
Hi, I am very simply able to calculate something using the filter pane to alter the context and display a correct number. Please see this image. However, I now need to run some calculations on...
- 4 years ago
powerbiuser9999 , create a measure count(Table[field 2]) and use that
or create top N measure
TOPN: https://www.youtube.com/watch?v=QIVEFp-QiOk&list=PLPaNVDMhUXGaaqV92SBD5X2hk3TMNlHhb&index=42
amitchandak
Super User
4 years agopowerbiuser9999 , create a measure count(Table[field 2]) and use that
or create top N measure
TOPN: https://www.youtube.com/watch?v=QIVEFp-QiOk&list=PLPaNVDMhUXGaaqV92SBD5X2hk3TMNlHhb&index=42