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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
jcastr02
Post Prodigy
Post Prodigy

Card and Date Difference

I am trying to do a card visualization with the difference between the created date and modified date  (in days).   Which formulas do you recommend.  Thank you for your help!

1 ACCEPTED SOLUTION
dax
Community Support
Community Support

Hi jcastr02,

 

If you want to create date difference, you could try to use measure 

measure=DATEDIFF(MIN('date diff'[create ]),MIN('date diff'[mofidy]),DAY) 

or create a calculate column

Column = DATEDIFF('date diff'[create ],'date diff'[mofidy],DAY)

 

If you want to show all difference in card, I suggest you could use Multi-Row Card  or use Table to show these result.

69.png

In addition , if possible, could you plaesa inform me "Trying to get a Turn around time for these, please"? What did you mean of this?

 

Best Regards,

Zoe Zhi

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

View solution in original post

4 REPLIES 4
jcastr02
Post Prodigy
Post Prodigy

Date Diff.png

Trying to get a Turn around time for these, please

dax
Community Support
Community Support

Hi jcastr02,

 

If you want to create date difference, you could try to use measure 

measure=DATEDIFF(MIN('date diff'[create ]),MIN('date diff'[mofidy]),DAY) 

or create a calculate column

Column = DATEDIFF('date diff'[create ],'date diff'[mofidy],DAY)

 

If you want to show all difference in card, I suggest you could use Multi-Row Card  or use Table to show these result.

69.png

In addition , if possible, could you plaesa inform me "Trying to get a Turn around time for these, please"? What did you mean of this?

 

Best Regards,

Zoe Zhi

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

@dax 

 

The above worked! Thank you so much! Now I'm trying to show the average difference in time on a card on visualization.  How can I change it Average vs. the sum (believe that's what is showing)

 

Untitled.png

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.