Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
In the screenshot below I want to use the Numer of Sprints in the dropdown to pass as a variable in a simple divide(sum) statement.. is this possible? I'm using a hard-coded 3 now as you see.
Solved! Go to Solution.
@Anonymous , use a what if parameter
Sprint Velocity2 =
DIVIDE(SUM('Sprint Burndown'[Sprint Done Points]), [What if meausre] )
https://docs.microsoft.com/en-us/power-bi/transform-model/desktop-what-if
@Anonymous , use a what if parameter
Sprint Velocity2 =
DIVIDE(SUM('Sprint Burndown'[Sprint Done Points]), [What if meausre] )
https://docs.microsoft.com/en-us/power-bi/transform-model/desktop-what-if
User | Count |
---|---|
77 | |
76 | |
44 | |
30 | |
26 |
User | Count |
---|---|
97 | |
91 | |
52 | |
47 | |
46 |