Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Power bi visual

Hi 

 

I am creating a power bi table in which I need to add a filter dropdown at the top of the table based on which i can filter my table values.

For eg, I need to filter my values based on month, year, and quarter

So I need to add a selection menu based on which I can filter my records.

 

 

  • Hi @Usinghal

    1.Create the date dimension table:Desktop-Modeling-New table

     

    Date =
    CALENDAR ( DATE ( 2021, 1, 1 ), DATE ( 2021, 12, 31 ) )

     

    2.Create a relationship between Date and Table

    3.Create slicers,you can filter the year, quarter and month through the Date table. 

    If the method I provided above can't solve your problem, what's your expected result? Could you please provide more details for it(visual type, visual setting etc...)?

     

    Best Regards

    Community Support Team _Charlottez  Zhang

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

     

2 Replies

  • v-zhangti's avatar
    v-zhangti
    Community Support

    Hi @Usinghal

    1.Create the date dimension table:Desktop-Modeling-New table

     

    Date =
    CALENDAR ( DATE ( 2021, 1, 1 ), DATE ( 2021, 12, 31 ) )

     

    2.Create a relationship between Date and Table

    3.Create slicers,you can filter the year, quarter and month through the Date table. 

    If the method I provided above can't solve your problem, what's your expected result? Could you please provide more details for it(visual type, visual setting etc...)?

     

    Best Regards

    Community Support Team _Charlottez  Zhang

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.