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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
Syndicate_Admin
Administrator
Administrator

Scatter Chart Help for Evaluating Two Periods

Good morning

I have the following problem I would appreciate infinite help!

I have two period segmenters to compare two different periods.

In this case I have to visualize in a scatter plot the values of PRE AND POST OF TEMPERATURE AND HUMIDITY

Working with the following measures

PRE = CALCULATE(AVERAGE('ReadingsComfort'[READING]),USERELATIONSHIP('Period A'[Date],'ComfortReadings'[DATE]))
POST = CALCULATE(AVERAGE('ReadingsComfort'[READING]),USERELATIONSHIP('Period B'[Date],'ComfortReadings'[DATE]))
PRE for Humidity =
CALCULATE([PRE], 'Meter monitoring'[PROBE] IN { "Humidity" })
PRE for Temperature =
CALCULATE([PRE], 'monitoring counters'[PROBE] IN { "Temperature" })

POST for Humidity =
CALCULATE([POST], 'meter monitoring'[PROBE] IN { "Humidity" })

POST for Temperature =
CALCULATE([POST], 'meter monitoring'[PROBE] IN { "Temperature" })
And I'd like to represent them in such a way that I can compare them on a scatter plot, sort of like that.
DUDA_GRAFICO_DISPERSION_PRE_POST.JPG

It would be possible???????

I would appreciate any help from me!!!!!!

Thank you very much.

0 REPLIES 0

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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