Forum Discussion

cristianml's avatar
cristianml
Post Prodigy
3 years ago
Solved

Parameter field with filter

Hi,

 

i want to add a 5th parameter that is filtered by other column:

 

it says:

"Each tuple in table constructor must have the same number of columns" :

 

 

Parameter = {
    ("FY", NAMEOF('00_CALENDAR'[FY]), 0),
    ("Quarterly", NAMEOF('00_CALENDAR'[FY & Q]), 1),
    ("Monthly", NAMEOF('00_CALENDAR'[Month & FY]), 2),
    ("Fortnightly", NAMEOF('00_CALENDAR'[Fortnight Date]), 3),
    ("MTD", NAMEOF('00_CALENDAR'[Month Date]),FILTER('00_CALENDAR','00_CALENDAR'[Current MTD]="MTD"), 4)
}

 

How I need to correct the line to get the "month date" column with "MTD" filtered ? 

 

Thanks !

 

 

1 Reply