Forum Discussion

Rudy123's avatar
Rudy123
Frequent Visitor
1 year ago
Solved

Bar chart with slicer

Dear All,  I would need to replicate the below charts from Excel in Power BI. As the number of clients is large, the idea would be to have a single visual with a ticker or slicer to select single C...
  • Anonymous's avatar
    Anonymous
    1 year ago

    Hi Rudy123 ,

     

    You can refer to the following steps.


    1.Create measure for different customers.

    customer1 =
    SUM('Table'[CUSTOMER 1])
    customer2 =
    SUM('Table'[CUSTOMER 2])

     

    2. Create the field parameters.

     

    3. Place the appropriate fields into the clustered column chart.

     

    The final result is shown below.

    If your Current Period does not refer to this, please clarify in a follow-up reply.

     

    Best Regards,

    Clara Gong

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