Forum Discussion
Anonymous
5 years agoNot applicable
DAX Issue
Hi Everyone Am having user wise so many brand are there in inside table . so my requirement is user wise how many transaction done it . i want total transaction(Measure). am struggled on d...
- 5 years ago
Anonymous
Try these measures:
BrandTxn = COUNT('Table'[Brand Name])Total TXN = CALCULATE ( DISTINCTCOUNT ( 'Table'[TXN ID] ), ALLEXCEPT ( 'Table', 'Table'[User ID] ) )
PaulDBrown
5 years agoCommunity Champion
Anonymous
For slicers to work, you have to enable interactions between the slicer and the visual(s).
Anonymous
5 years agoNot applicable
Hi
Am also tried your measure, but am not getting total value. please sort me out