Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
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.
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 23 | |
| 23 | |
| 21 | |
| 17 | |
| 13 |
| User | Count |
|---|---|
| 58 | |
| 51 | |
| 39 | |
| 29 | |
| 24 |