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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

Showing rows with a start date older than 50 days

So I have a measured column which calculates the days that have passed since the a new item was created:

 

Age = DATEDIFF(Table1[DateTimeColumn],TODAY(),DAY)

 

I have added a card visual to show the total number of items, now I want to add another card which only shows items older than 50 days.

 

If anyone could help with this I'd appreciate it.

 

 

1 ACCEPTED SOLUTION
TomMartens
Super User
Super User

Hey,

 

I would create another Calculated Column, the same formula.

 

Add this Column to the Visual Filter Section of the Card Visual apply the filter "is greater than" 50, in my opinion this should work.



Did I answer your question? Mark my post as a solution, this will help others!

Proud to be a Super User!
I accept Kudos 😉
Hamburg, Germany

View solution in original post

1 REPLY 1
TomMartens
Super User
Super User

Hey,

 

I would create another Calculated Column, the same formula.

 

Add this Column to the Visual Filter Section of the Card Visual apply the filter "is greater than" 50, in my opinion this should work.



Did I answer your question? Mark my post as a solution, this will help others!

Proud to be a Super User!
I accept Kudos 😉
Hamburg, Germany

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

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.

Top Solution Authors