Forum Discussion
powerbiuser9999
4 years agoHelper I
Replicating 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
powerbiuser9999
4 years agoHelper I
Thanks amitchandak I've got what I neede here. Appreciate your time.