Forum Discussion

aignn's avatar
aignn
Helper II
6 years ago
Solved

How calculate average column values with two slicer? (example inside)

Hello! How calculate average column values with two slicer? I now have what is presented in test1.pbix text1.pbix - https://yadi.sk/d/Z7jMzBGGqUy8iA I have table,measure and two slicers. ...
  • parry2k's avatar
    6 years ago

    aignn your measure should be just simple average

     

    Measure = Average ( 'Table'[Minutes] )