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
Hi @Anonymous ,
You can create a 'What If' parameter.
Please refer to my .pbix file.
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Lionel,
That would work, however, i'm hoping to ulimately be able to graph over time the % achievement rate relative to goal. So i'm hoping to be able to let a single measure account for the changing goal over time? Got any ideas how to do that?
Hi @Anonymous ,
Or this?
Measure =
DIVIDE(
SUM('Table'[Contact Made Counter] ),
CALCULATE(
COUNTROWS( 'Table' ),
FILTER(
ALL('Table'),
'Table'[Column] = "Yes"
)
)
)
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous , Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
Please provide your feedback comments and advice for new videos
Tutorial Series Dax Vs SQL Direct Query PBI Tips
Appreciate your Kudos.
Here's the output in table form. I can't figure out how to insert files so i'm just screen shotting the data as it comes in from excel csv.
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 |
|---|---|
| 30 | |
| 24 | |
| 23 | |
| 17 | |
| 16 |
| User | Count |
|---|---|
| 61 | |
| 35 | |
| 29 | |
| 23 | |
| 22 |