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
This seems like a simple thing to do but I can't figure this out....
I have a simple table that has Anomaly values against years
In Excel I can get a Line chart to plot these values
But the best I can seem to do in PBI is a scatter chart
I can never get the column charts (clustered or stacked) to plot a simple x vs y plot.
Feel like I'm missing a trick here. Have formatted the years as whole numbers and the only thing I can think of is that it's direct number plotting rather than aggregation / summing etc for the Anomaly values. Can't really get the scatter chart to behave as I'd like it either.
All thoughts welcomed!
Cheers
Keith
Solved! Go to Solution.
So the take away from this is graphs only allow measures to be used on the y axis!
Hi both
Thanks for your input! Had figured the line chart was the correct chart but couldn't get the Anomoly value to be accepted onto the Y Axis (should have mentioned this!). After messing about and reading around, changing the way the data was being bought in, turns out using
SumAnom = SUM( tbl_Anomoly[Anomaly] )
tbl_Anomoly[Anomaly]
Good start to the day! Have liked both solutions but not accepted either as the solution, hope this is ok and thanks for your input!
Have an ace day both!
Cheers
Keith
So the take away from this is graphs only allow measures to be used on the y axis!
Hey Keith! Have you used the line chart in Power BI? It should format for you even if your years are aggregated
Hi! If you create a line chart with the x-axis set to categorical instead of continuous, and ensure that it is sorted ascending by year you can get the look you are going for:
Proud to be a Super User! | |
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.
Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.
| User | Count |
|---|---|
| 47 | |
| 44 | |
| 40 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 70 | |
| 68 | |
| 32 | |
| 27 | |
| 25 |