Forum Discussion

a_mat1's avatar
a_mat1
Advocate I
8 years ago

Filtering on a card value

I have a client dashboard that has various tables that all dynamically filter, great.

But some are asking for a list of the, say 3 tickets that are over 14 days old (far most right) and this does not interact with anything, nor does the export to excel export the sliced data (exports ALL clients) 

 

Is there a better way to design this so they can see the underlying data?  

I'm *very* green and new, and not sure if I made the measure wrong or if it's a limitation of the visual, or something else entirely 

 

For reference: 

Aged14D = CALCULATE(COUNTROWS('Service Tickets'), Filter('Service Tickets', 'Service Tickets'[Age - Days] > 14))

 

1 Reply