Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
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?
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |
| User | Count |
|---|---|
| 7 | |
| 5 | |
| 5 | |
| 5 | |
| 4 |