March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hello!
I'm hoping that I am overlooking a very simple solution to my problem. I have created a scatter-chart that has a measure for the Y-Axis and the AVERAGE of a column for the X-Axis. This works perfectly, however, I need to show multiple series on the scatter chart. These series will have different filter contexts so I can't just specify a column in the "Shapes" or "Size" wells of the scatter chart.
You can, however, show multiple series on a line chart. But a line chart does not allow you to use an aggregate on the line chart so I cannot use the AVERAGE of my column.
Does anyone know a way that I can show either multiple series for a scatter chart or an aggregated value on the X-Axis of a chart that allows multiple series (i.e. line chart)?
Thanks!
Parker
Solved! Go to Solution.
Answering my own question as I think I have exhausted all of my options.
Line chart with aggregated value on X-Axis:
-Not possible
Scatter Chart with Multiple Series:
-There is no visual with this functionality. I imported every scatter/bubble/dot plot visual from the store and they all only allow 1 Y-Value
-You can, however, code around this. Here are the steps to accomplish it.
Hopefully someone can benefit from this approach as I believe it is the only options as of yet.
-Parker
Answering my own question as I think I have exhausted all of my options.
Line chart with aggregated value on X-Axis:
-Not possible
Scatter Chart with Multiple Series:
-There is no visual with this functionality. I imported every scatter/bubble/dot plot visual from the store and they all only allow 1 Y-Value
-You can, however, code around this. Here are the steps to accomplish it.
Hopefully someone can benefit from this approach as I believe it is the only options as of yet.
-Parker
Hi @Anonymous,
I made one sample here.
1. Enter the sample data like this.
2. Create a measure using the formula.
Measure = CALCULATE(SUM(Table1[average]),ALLEXCEPT(Table1,Table1[series]))
Then we can get the result as the picture.
For more details, please check the pbix as attached. If it doesn’t meet your requirement, kindly share your sample data and excepted result to me.
https://www.dropbox.com/s/wf2rkouhspfftkv/Line%20chart.pbix?dl=0
Regards,
Frank
Thank you for the response @v-frfei-msft, however, I don't think this will work as a solution. I see that you are adding "series" to the legend. I need to be able to add multiple measures to the Y-Axis to create multiple series, similar to a line chart.
Thanks you,
Parker
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
114 | |
76 | |
57 | |
52 | |
44 |
User | Count |
---|---|
164 | |
116 | |
63 | |
57 | |
50 |