The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi I was looking for help in how I create x and y axis's on a scatter that cross in the middle, starting from - values and meeting at zero is this possible ?
Solved! Go to Solution.
Hi @Jay2077 ,
According to your description, my understanding is that you are going to add the coordinate axis for the scatter chart, based on my searching, the official and custom visual are all not supported, we can consider using the Python or R script to write the chart with coordinate axis.
For example, we can use the new_floating_axis(0,0) method in matplotlib library to write it.
Best Regards,
Teige
Hi @Jay2077 ,
According to your description, my understanding is that you are going to add the coordinate axis for the scatter chart, based on my searching, the official and custom visual are all not supported, we can consider using the Python or R script to write the chart with coordinate axis.
For example, we can use the new_floating_axis(0,0) method in matplotlib library to write it.
Best Regards,
Teige
User | Count |
---|---|
87 | |
84 | |
36 | |
35 | |
32 |
User | Count |
---|---|
96 | |
75 | |
67 | |
52 | |
52 |