Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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.
Solved! Go to Solution.
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.
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.