Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Companyuser101
Helper II
Helper II

Engagement rate Measure

Hello together, 

 

I want to calculate my engagement rate for my social media networks.

 

The formular looks like this:

 

((Interactions #1 / Follower#1) + ... (Interactions #x / Follower #x)) / Days 

 

So for example: We post on monday and gain 75 interactions. We have to divide this by the follower on that specific day. And we have to do this for all our interactions in a specific time period. Lets say for a week. Then we divide the sum by 7. 

 

I have problems to form the sum for the interactions divided by followers. Because you have to divide the interactions for the post by exactly the follower amount we had when we posted. 

 

Thanks for your help in advance!

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Companyuser101 , Try a measure like

 

Averagex(Values(Date[Date]), calculate(divide(Count(Table[Interactions]), distinctcount(Table[Follower]) ) ) )

 

To get the best of the time intelligence function. Make sure you have a date calendar and it has been marked as the date in model view. Also, join it with the date column of your fact/s. Refer :radacad sqlbi My Video Series Appreciate your Kudos.

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@Companyuser101 , Try a measure like

 

Averagex(Values(Date[Date]), calculate(divide(Count(Table[Interactions]), distinctcount(Table[Follower]) ) ) )

 

To get the best of the time intelligence function. Make sure you have a date calendar and it has been marked as the date in model view. Also, join it with the date column of your fact/s. Refer :radacad sqlbi My Video Series Appreciate your Kudos.

Thank you, 

 

this helped me!

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.