Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
domfj
New Member

Plotting 2 columns on the Y axis for scatter plots?

I have 4 columns: HISTORICAL_LOAD, SIMULATED_LOAD, TEMP, EVENTDATE. Every row has a unique EVENTDATE. I would like to put HISTORICAL_LOAD and SIMULATED_LOAD on the Y axis and TEMP on the X axis and EVENTDATE in details to make a scatter plot of weather temperature versus historical electrical demand and weather temperature versus simulated electrical demand. I know I could do this by making my code reorganizing the table so that all demand data is in one column and having another column as an indicator of whether the current row is simulated or historical data or not, but I would like to avoid this since this would mean doubling the size of the table that I must insert into the database, which takes alot of time.

1 REPLY 1
v-sihou-msft
Employee
Employee

@domfj

 

Scatter chart shows the relationships between two numeric fields on X-Axis and Y-Axis. You can't include two feilds on Y-Axis simultaneously. I suggest you separate into two scatter charts.

 

Regards,

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.