Forum Discussion
ianallen13
Helper I
5 years agoHelp with Dax Formula - Average Hours Per Week Visual Assistance
Hello, I have a visual that shows the average hours worked on certain services per week. On the whole, this visual / formula works exactly as I like it to - Except - what I would like is when a...
- 5 years ago
Power bi reports are treated case by case, so maybe a sample Pbix would be a better idea so i can work on it and help you understand.
aj1973
Community Champion
5 years agoHi ianallen13
When you check box "Select all" it is like you are including values from blank rows in your model. it is better not to use select all and keep the boxes unchecked( it is doing the same thing as you check box all of them.
- ianallen135 years ago
Helper I
But I'd like it to show 'all weeks' from 'all sessions' as well to display the overall average from the time that we started this, but is there a way to write the formula to show that when they are all checked?
- aj19735 years ago
Community Champion
Embed your formula into a CALCULATE function and filter out the blank rows.
- ianallen135 years ago
Helper I
I'm still learning - how would that look?