Forum Discussion
Anonymous
4 years agoNot applicable
Contiguous date problem with Country filter
Hello, In my current project, I have following three tables: 1) date dimension table where I have dates for everyday since 2019 2) country master table 3) website data table (which has a many-...
Greg_Deckler
4 years agoCommunity Champion
Anonymous Can you change the relationship cross-filter direction to Single from Both? Also, I would add this column to your financial calendar:
FiscalDayOfYear =
VAR __Date = [Date]
VAR __FinancialYear = [Financial Year]
RETURN
COUNTROWS(FILTER('Dates',[Financial Year]=__FinancialYear && [Date]<=__Date))Anonymous
4 years agoNot applicable
both have single connection
my main country table :
I have added a new column to my date table
- Anonymous4 years agoNot applicable
Greg_Deckler could you please guide me ?