Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
Hello, I am working on creating a line and clustered column chart for custom service rankings by month and site.
The problem I run into is the columns only allow me to select the "count" of the number of rankings, average, median etc... however, in the data I imported (see example below), I already have the values I want for rankings and score. However, the chart is averaging the rankings and score OR counting the number of distinct values I have. How can I get the chart to display exactly the values I have in the chart I imported?
Is it also possible to add a second line for a target rank?
Site | Month | Score | Rank | Target Rank |
A | Jan | 87 | 71 | 85 |
B | Jan | 85 | 62 | 85 |
C | Jan | 100 | 99 | 85 |
A | Feb | 52 | 1 | 85 |
B | Feb | 75 | 85 | 85 |
C | Feb | 100 | 99 | 85 |
Thank you in advance!
Hi @datanewbie ,
Yes, even though it is sum or average, as long as your you put site and month into chart. chart will show the numbers you imported. The common way to get the imported value in power bi is max().
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank you for your help. I was able to get the imported value by using max ( ). However, on the x-value I want the months in chronological order but I noticed for the values where I use the slicer for certain locations if February values are greater than January, it flips the order of the months on the x-axis. How can I overcome this?
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.
User | Count |
---|---|
9 | |
2 | |
2 | |
2 | |
2 |