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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
pm_barnardos
Frequent Visitor

Response Rate

Hey there,

 

I'm very new to Power BI, so I'm sure this is simple however I can't work it out. I need to make a simple response rate calculation column whereby I'm dividing the count of donors by the number solicited for each segment and display as a %, any help appreciated, thanks!

 

Capture.PNG

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Ah shoot, sorry. Force of habit! (I use variations of the formula I gave you a lot). Just remove the -1

Response Rate = DIVIDE(COUNTA(Spring18[Donors]),AVERAGE(Spring18[Number Solicited]),0)

 

View solution in original post

9 REPLIES 9
Anonymous
Not applicable

Are the Count of Donors and Number Solicited fields measures or columns?

Try adding the below measure if measures:
=DIVIDE([Count of Donors],[Number Solicited),0)-1

If columns
=DIVIDE(SUM(Count of Donors),SUM(Number Solicited),0)-1

Thanks for the reply, I think they columns - the count of donors is a count function and number solicited not summarized. 

 

I get this error using the measure formula:

The following syntax error occurred during parsing: Invalid token, Line 1, Offset 26, [Number Solicited),0)-1)).

 

And this error using the columns formula:

The syntax for 'of' is incorrect. (DAX(DIVIDE(SUM(Count of Donors),SUM(Number Solicited),0)-1)).

Anonymous
Not applicable

I'm a little confused. Can you send a screenshot of the table(s) where the two columns are?

No problem, here you go:

 

screenshot.png

Anonymous
Not applicable

Update the Number Solicited column to a whole number and create the below measure:

Response Rate = DIVIDE(COUNTA(Spring18[Donors]),AVERAGE(Spring18[Number Solicited]),0)-1

Thanks for you help with this! The formula gives a result, although it still doesn't look right - see below. 

 

Screenshot2.docx.png

Anonymous
Not applicable

Ah shoot, sorry. Force of habit! (I use variations of the formula I gave you a lot). Just remove the -1

Response Rate = DIVIDE(COUNTA(Spring18[Donors]),AVERAGE(Spring18[Number Solicited]),0)

 

Anonymous
Not applicable

hello, may I know why you used average?

That works! Thank you so much.

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.