This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
I created a simple formula to get cost per click metric which is cost / click.
This is the formula I have Cost Per Click = DIVIDE ( 'Append1'[Total cost],'Append1'[Total Clicks]), but the answer is not correct. Can someone help me.
Total clicks = 5214
Total Cost = 15,428
Cost Per Click should be 15428 / 5214 = $2.95 but I'm getting the answer $194.19 with the formula above. Can anyone help me with the correct formula? I'm new to Power BI so not sure how it all works.
Solved! Go to Solution.
@lparks , Try a measure like , Assuming [Total cost] and [Total Clicks] are columns
Cost Per Click = DIVIDE ( Sum('Append1'[Total cost]),Sum('Append1'[Total Clicks]))
@lparks , Try a measure like , Assuming [Total cost] and [Total Clicks] are columns
Cost Per Click = DIVIDE ( Sum('Append1'[Total cost]),Sum('Append1'[Total Clicks]))
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 35 | |
| 32 | |
| 26 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 68 | |
| 39 | |
| 33 | |
| 24 | |
| 23 |