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
Anonymous
Not applicable

My scatter plot doesn't work

Hey everyone, 

 

My scatter plot doesn't work accordingly I think it might be a relationship problem, could any of you try to solve the issue and explain me what the problem was? 

 

Here is the file, no confidential information inside: 

Scatter Plot 

1 ACCEPTED SOLUTION
mahoneypat
Microsoft
Microsoft

It would be better to change your model to create a country table with country code column that connects to your tables with country data.  However, this measure expression works with your current model.  Use it on your Y axis, format it as a %, and change the Y max back to auto.

 

Unemp Rate Treatas =
CALCULATE (
    AVERAGE ( 'Unemployment Rate'[Unemployment Rate] ),
    TREATAS (
        VALUES ( 'GDP Per Capita'[Country Code] ),
        'Unemployment Rate'[Country Code]
    )
)

 

Regards,

Pat

 





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


View solution in original post

1 REPLY 1
mahoneypat
Microsoft
Microsoft

It would be better to change your model to create a country table with country code column that connects to your tables with country data.  However, this measure expression works with your current model.  Use it on your Y axis, format it as a %, and change the Y max back to auto.

 

Unemp Rate Treatas =
CALCULATE (
    AVERAGE ( 'Unemployment Rate'[Unemployment Rate] ),
    TREATAS (
        VALUES ( 'GDP Per Capita'[Country Code] ),
        'Unemployment Rate'[Country Code]
    )
)

 

Regards,

Pat

 





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


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.

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