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
Do you have the interactions enabled between the slicer and the table?
Anonymous
5 years agoNot applicable
Hi
Am not use any interactions. when am use these measures am getting full data that date filter also not working so we are getting some mismatch data. please sort me out. i want output is 20
- PaulDBrown5 years agoCommunity Champion
Anonymous
For slicers to work, you have to enable interactions between the slicer and the visual(s).
- Anonymous5 years agoNot applicable
Hi
Am also tried your measure, but am not getting total value. please sort me out