Forum Discussion
Filter report up until the current week
Hi Dismissile,
Please create a new table by clicking "New Table" under Modeling on Home page. Get the top10 search of all time excluding this week.
NewTable=TOPN(10,FILTER(Table,Table[Date])<=DATEADD(Today(),-7,Day)),count(table[research]))
Create a relationship between the NewTable and your fact table, select the NewTable[research] in your visual, and check if it works.
If this is not what you want, please share your sample table for further analysis.
Best Regards,
Angelia
Can you re-check your syntax here? I'm not getting this thing to "compile".
My tables in my model that are relevant are:
Date[Date]
Requests[Term]
Requests[Search Count] (measure)
Requests[Date]
There is a relationship between the date dimension and requests table.
- v-huizhn-msft9 years agoMicrosoft Employee
Hi Dismissile,
Could you please post your sample table or .pbix file and list the expected result for further analysis? My solution posted above didn't work?
Best Regards,
Angelia