Skip to main content
Solved

filter on date column while exporting the data

  • January 19, 2024
  • 4 replies
  • 111 views

Forum|alt.badge.img

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

Best answer by Thomas Lind

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.

 

4 replies

Christian Hauggaard
Community Manager
Forum|alt.badge.img+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

 


Forum|alt.badge.img
  • Author
  • Contributor
  • January 19, 2024

@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


Forum|alt.badge.img
  • Author
  • Contributor
  • January 19, 2024

any suggestion @timextender @Christian Hauggaard 


Thomas Lind
Community Manager
Forum|alt.badge.img+5
  • Community Manager
  • Answer
  • January 19, 2024

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.