Forum Discussion
Bar chart with slicer
- Anonymous1 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.
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.