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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi All, you all have been very helpfull, thank you!
Whats the best way to do the following:
I am trying to compare and visualize data of sep and oct, to showcase frequency of "id"
for two months sep and oct
so i can have sum of all different id in a bar diagram for both months
Table s1
id | month | priority |
a | sep | p1 |
a | sep | p1 |
b | sep | p2 |
b | sep | p2 |
cc | oct | p3 |
cc | oct | p3 |
cc | sep | p3 |
cc | oct | p3 |
a | oct | p1 |
b | sep | p2 |
cc | sep | p3 |
cc | sep | p3 |
d | oct | p4 |
"Screen reader user"
Solved! Go to Solution.
Hi @PB10 ,
In the cluster bar chart, you can put the counting of id under x-axis, the month under legend.
This way you can see the ID frequency grouped by month.
If you put the priority into the y-axis, you can also see the grouping by priority.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @PB10 ,
How do you calculate the frequency? Could you give an example based on the sample data above?
At the moment I guess the following results and don't know if it's what you want.
I put the month as y-axis, count of id as y-axis, id as legend.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks @Omid_Motamedise puting id under legend helped, thanks for sugesting that.
then i sellected a stacked bar diagram to keep it in one
Hi @PB10 ,
In the cluster bar chart, you can put the counting of id under x-axis, the month under legend.
This way you can see the ID frequency grouped by month.
If you put the priority into the y-axis, you can also see the grouping by priority.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Stephen
Thanks for the sollution , but what i am trying to get a frequency of each id and compairing it for two months, Rather total count of ids for months
Hi @PB10 ,
How do you calculate the frequency? Could you give an example based on the sample data above?
At the moment I guess the following results and don't know if it's what you want.
I put the month as y-axis, count of id as y-axis, id as legend.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous
Thanks for the sollution , but what i am trying to get a frequency of each id and compairing it for two months, Rather total count of ids for months
is it your question table or the result table?
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.