Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Here is my scenario
This is our structure of data.
Requirement : Bar Graph plot between Employee Count (Y Axis) & Attendance Frequency (X Axis)
There are 2 Employees in the sample. So, Y axis would be <= 2 in this case.
Site is used in Slicer (Multi Select)
Hi @Kaviraj_S , The behaviour you are requiring is the default behaviour of the bar chart. Select the bar grpah visual, put UserID in the y-axis and Att_Freq in the X-axis.
If this answer solves your problem please mark it as a solution!
Hey @johncolley ,
Thank you very much for looking into this.
Here is further more detail of the issue I am facing.
We need in "Clustered Column Chart".
When single location is selected, the plot is perfect.
When multiple sites are selected, the Employee count & Attendance count should be aggregated and shown as per the locations selected in slicer.
Below is the view I am getting on "All" locations selected.
This is wrong display. When you aggregate 2 employee values, across all sites selected, it should show as (1 Employee attended 19 times and 1 Employee attended 21 times)
Thanks,
Kaviraj