Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
Hello,
I am new to power BI and need some assistance in modeling some charts.
I have a 3 column data : Test channels,Test hours and Simulation hours.
I have two requirements -
1. I need to model a graph against log - log scale shown below example and should be able to make if test vs simulation is same o if it falls in 1x , 2x or 3x band on the graph.
2. Should be able to make a comparison as below -
a) Simulation is conservative if Simulation over predicting testing
b) Testing is conservative if testing is over predicting simulation.
c) Test and simulation match
This is my data :
| Channel Name | Test Life (hrs) | Simulation (hrs) |
| A | 209 | 208 |
| B | 2,124 | 3008 |
| C | 999,999 | 216861 |
| D | 8,000 | 400 |
| E | 41,000 | 4500 |
| F | 1,560,009 | 15000 |
| G | 5,699 | 150 |
| H | 698,745 | 8503 |
| I | 999,999 | 45684 |
| J | 209 | 897 |
| K | 15,684 | 6589 |
| L | 999,999 | 158688 |
Graph example :
I will be greatful if any one could help me in this regard.
Thanks,
Dinesh
True that inbuilt scatter plot has limited options, I checked the third party visuals and they too do not have the capability. I will check the phyton and R visuals.
Hi @Anonymous - I don't think the built-in Scatter Plot visual supports most of what you are looking for. There may be a 3rd party visual that does, or you can use an R or Python visual.