Forum Discussion
orxanbabashov
10 years agoFrequent Visitor
average
Hello everybody Hope so you are doing well. I am so new to Power BI and have some difficulties solving some calculation using DAX funtional language.My question is that i wanna to calculate ...
ianbarker
10 years agoHelper III
We would probably need to see a sample set of your data, but a simple method is to create a MEASURE that looks something like:
AVERAGE = SUM(DebtValue)/COUNTROWS(TableName)
orxanbabashov
10 years agoFrequent Visitor
Hi ianbarker
Was happy to hearing by your side.Might be this sample date clarify you what calculation i need