Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Preparing for a certification exam? Ask exam experts all your questions on May 15th. Register now.

Reply
amit_wairkar
Frequent Visitor

Velocity Formula

Hi,

 

I have written a formula to calculate the Velocity. I could use it to show in plotting the Actual v/s Planned Sprints but not able to display the same using Card. Below is my formula:

 

Velocity = AVERAGEX(CALCULATETABLE('Agile Projects Sprints',

NOT(ISBLANK('Agile Projects Sprints'[Sprint])), 'Agile Projects WorkItems'[Sprint State] <> "Active", CROSSFILTER('Agile Projects Sprints'[Iteration Path], 'Agile Projects WorkItems'[Iteration Path], Both)),

var p = [Actual Story Points] return if (ISBLANK(p),0,p))
 
Let me know how to display the same in Cards.
 
Regards,
Amit Wairkar
5 REPLIES 5
v-venuppu
Community Support
Community Support

Hi @amit_wairkar ,

May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.

Thank you.

 

v-venuppu
Community Support
Community Support

Hi @amit_wairkar ,

May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.

Thank you.

v-venuppu
Community Support
Community Support

Hi @amit_wairkar ,

Thank you for reaching out to Microsoft Fabric Community.

Thank you @bhanu_gautam for the prompt response.

I tried implementing it with sample data in Card visual, but it worked for me.

Please find attached pbix file for your reference.

If this post helps, then please consider Accepting as solution to help the other members find it more quickly, don't forget to give a "Kudos" – I’d truly appreciate it! 

 Thank you.

amit_wairkar
Frequent Visitor

Hi Bhanu,

 

I meant that when i m trying it do display in a line graph for each sprints, it shows the value. But when i am using the Card visualization, it is showing Zero.

 

Regards,

Amit  Wairkar

bhanu_gautam
Super User
Super User

@amit_wairkar 

Open your Power BI report.
Go to the "Visualizations" pane and select the "Card" visualization.
Drag and drop your newly created measure (Velocity) into the "Values" field of the Card visualization.
Adjust the Card Settings:

You can format the Card visualization to display the Velocity measure as you prefer. This includes adjusting the font size, color, and other visual properties to make it more readable and visually appealing.




Did I answer your question? Mark my post as a solution! And Kudos are appreciated

Proud to be a Super User!




LinkedIn






Helpful resources

Announcements
PBIApril_Carousel

Power BI Monthly Update - April 2025

Check out the April 2025 Power BI update to learn about new features.

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

Find out what's new and trending in the Fabric community.

Top Kudoed Authors