Forum Discussion
Dayna
8 years agoHelper V
Aggregating over data sets
Hello, I'm very new to PowerBI (come from a QlikView background) and attempting to calculate the 'absence' of data. We have a set of records for someones timesheet, and I want to work out the amo...
- 8 years ago
Just create a measure along the lines of:
Measure = 7.5 - SUM('Table'[Hours])Then just put that into a table visualization along with the other columns that you want to summarize by.
Greg_Deckler
8 years agoCommunity Champion
Just create a measure along the lines of:
Measure = 7.5 - SUM('Table'[Hours])Then just put that into a table visualization along with the other columns that you want to summarize by.
- Dayna8 years agoHelper V
That was easy! Thanks for the help!