Forum Discussion
ianallen13
5 years agoHelper I
Help 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
5 years agoCommunity Champion
Hi 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 agoHelper 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 agoCommunity Champion
Embed your formula into a CALCULATE function and filter out the blank rows.
- ianallen135 years agoHelper I
I'm still learning - how would that look?