I’ve just started using Looker Studio. My data is collected through GA4. There’s a field called “licenseNum” that’s a number, and “eventCount” is the number of system events. The data is roughly as shown in the table below.
I want to add a statistical summary chart to show the weighted average, that is, the result of (1×100+3×124+5×23+6×20)÷(100+124+23+20)
How can I do this?
I’ve tried several methods provided by Chat GPT and Gemini, but none of them work.
| licenseNum | eventCount |
|---|---|
| 1 | 100 |
| 3 | 124 |
| 5 | 23 |
| 6 | 20 |