Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago

Meeting analytics

Hi Eveyone,

Im creatig dashboard for "meeting analytics" which can help managers to see how much time they are spending in meeting in a month.

 

But it seems that while calculating number of meetings, weekly meetings are getting calclulated only once. That means if I have 5 meetings that are arragnged once in a every week, it should show

Total meeting= 5(No of meetings)  *  4(weeks in a month)  =   20 (meetings) in this month.

But instead it is showing only 5 meetings.

 

Im sure we can calculate it using logic that is, calculating the difference in number of weeks between 1st week when meeting started and current Week number.

 

Foe eg. Let suppose meeting from 1st of February till 30th of september once every week on Tuesday.

Current date is 10th August.

So meetings till today = Week number of 1st February  - week number 10th August.

 

Since Im not good in DAX im not sure how can I calculate this.

Thank you in advanced.