cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
ghe7549
Helper III
Helper III

Scatter Chart: Comparing values in same column

NameDateValue
MaTMP1/1/2022 8:00 PM50.04
MaTMP1/1/2022 7:45PM50.06
MaTMP1/1/2022 7:30 PM50.6
OaTMP1/1/2022 8:00 PM33.49
OaTMP1/1/2022 7:45PM34.10
OaTMP1/1/2022 7:30 PM33.80

 

 

Here is sample data that i am using to create a Scatter Graph.  I am tring to have the MaTMP and OaTMP on the 2 axis and doing it by the date/time.  I have created 2 measure for these two points

MaTmp = CALCULATE(SUM(Query1[ActualValue]),FILTER(Query1,Query1[PointName]="XRDCWPDBSADX02:STNCRST-NAE02/N2-1.021083DX.MaTmp.#85"))
OaTmp = CALCULATE(SUM(Query1[ActualValue]),FILTER(Query1,Query1[PointName]="XRDCWPDBSADX02:STNCRST-NAE02/N2-1.021083DX.OaTmpGlobal.#85"))

I dont want to use the legend since there is 96 rows per day and i needing to trend this over a full year.  Below is what i am trying to recreate.  Any help would be appreciated.

 

ghe7549_1-1644087097976.png

 

1 ACCEPTED SOLUTION
Greg_Deckler
Super User
Super User

@ghe7549 Create 2 columns:

MaTMP = IF([Name]="MaTMP",[Value])
OaTmp = IF([Name]="OaTMP",[Value])
 
Use for your X-Axis and Y-Axis set to Sum. Use your Date as your Details.

@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
Mastering Power BI 2nd Edition

DAX is easy, CALCULATE makes DAX hard...

View solution in original post

1 REPLY 1
Greg_Deckler
Super User
Super User

@ghe7549 Create 2 columns:

MaTMP = IF([Name]="MaTMP",[Value])
OaTmp = IF([Name]="OaTMP",[Value])
 
Use for your X-Axis and Y-Axis set to Sum. Use your Date as your Details.

@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
Mastering Power BI 2nd Edition

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors