Forum Discussion
BoPowerBI
6 years agoFrequent Visitor
Average time calculation, calculated column or measure?
Hi all, I'm trying to get my head around PowerBI and measures and I couldn't find an answer, please help. This is an excerpt from my datatable of 18th of June 2020 during different time slots...
BoPowerBI
6 years agoFrequent Visitor
Hi Ryan,
Thanks! I was specifically wondering (see my first question) if it is best practice to use a measure only or if I can use a solution like you propose. I've heard that Calculated Columns weigh too much on the speed of the data model or is it only the case in super complex calculated columns?
Any ideas?
ryan_mayu
Super User
6 years ago
I searched some materials online. I didn't find sumproduct function in DAX. That will be better if we only use one measure to get the result.
Let's see if anyone else can provide better solution on this.