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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

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 Employee
Microsoft Employee

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 Employee
Microsoft Employee

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
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

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

August Carousel

Fabric Community Update - August 2024

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