Forum Discussion
leela77
2 years agoFrequent Visitor
parameter date roll-up displaying weekday names
para_date_roll_up = { ( "Annually", NAMEOF ( 'dim_date'[financial_year] ), 0 ), ( "Quarterly", NAMEOF ( 'dim_date'[financial_quarter_year] ), 1 ), ( "Monthly", NAMEOF ( 'dim_date'[cale...
- Anonymous2 years ago
Hi leela77 ,
Because NAMEOF() function returns the name of a column or measure, you need to create a calculated column firstly, then add this column to parameter.
Best regards,
Community Support Team_Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
2 years agoNot applicable
Hi leela77 ,
Because NAMEOF() function returns the name of a column or measure, you need to create a calculated column firstly, then add this column to parameter.
Best regards,
Community Support Team_Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.