Forum Discussion
Aggregate selected columns on chart
- Anonymous2 years ago
Hi amon151 ,
You can use slicer to achieve this:
Here is my sample data:Then I use this DAX to create a measure:
SUM = SUM('Table'[Value])I use ID and Value to create a column chart and put this measure into a card visual, then use Bin to create a slicer:
The final output is below:
Best Regards,
Dino Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi amon151 ,
You can use slicer to achieve this:
Here is my sample data:
Then I use this DAX to create a measure:
SUM = SUM('Table'[Value])
I use ID and Value to create a column chart and put this measure into a card visual, then use Bin to create a slicer:
The final output is below:
Best Regards,
Dino Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.