Forum Discussion

leela77's avatar
leela77
Frequent Visitor
2 years ago
Solved

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...
  • Anonymous's avatar
    Anonymous
    2 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.