Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi there,
I only wan to show values raised last 15 days (D1 Kpi date) on the table.
table does not the dimension limit option 😞
Any ideas?
Thanks
You can try adding expression
If(Date(DateField)>=Date(Max(DateField)-15), DateField)
You can try adding expression
If(Date(DateField)>=Date(Max(DateField)-15), DateField)