Solved

filter on date column while exporting the data

  • 19 January 2024
  • 4 replies
  • 55 views

Badge

I Have Invoice date column in my table, i want to export data of last 10 weeks, what are ways to do it in timextender

icon

Best answer by Thomas Lind 19 January 2024, 12:53

View original

4 replies

Userlevel 6
Badge +5

Hi @Karankadam 

Just to confirm - you would like to bring in the last 10 weeks from a specific table in a data source into your ODX instance?

If you are looking to implement a static date filter can use row filtering (i.e. InvoiceDate > 2023-11-10) 

If you are looking to implement a dynamic date filter you can use a Query Table, see example below

 

Badge

@Christian Hauggaard  i have table in my moderndata warehouse i want to export it to Semantic Model (or From Semantic Model to CSV file), and it should export only last 10 weeks data

Badge

any suggestion @timextender @Christian Hauggaard 

Userlevel 6
Badge +5

Hi Karankadam

Make a custom view where you add a rule that only gives back the last 10 weeks. Add this view as a table in your semantic model.

 

Reply