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
goalie_
Helper III
Helper III

Quadrant chart with predetermined quadrants

Hi All,

 

I have a long list of attribute each having an assigned quadrant of 1-4 using predefined rules. Is there a way I can plot them so they appear on the quadrant chart (by MAC) without having to put the anything for x or y axis?

 

1 ACCEPTED SOLUTION

Hi @goalie_

 

Create 2 measures similarly as below:

X Measure = IF(MAX('Table'[Attribute]) in {"A1","A2","A3","A7"},SUM('Table'[Value])+SUMX(ALL('Table'),'Table'[Value]),MAX('Table'[Value]))
Y Measure = IF(MAX('Table'[Attribute]) in {"A1","A2","A3","A4"},SUM('Table'[Value])+SUMX(ALL('Table'),'Table'[Value]),MAX('Table'[Value]))

And you will see:

Annotation 2020-09-07 160753.png

All of the attributes have been plotted in the predetermined quadrants.

For the related .pbix file,pls see attached.

 

Best Regards,
Kelly
Did I answer your question? Mark my post as a solution!

View solution in original post

5 REPLIES 5
goalie_
Helper III
Helper III

@amitchandak @v-kelly-msft  for example if I have data as below

 

AttributeQuadrant
A11
A21
A31
A42
A53
A63
A74

 

Can I plot the attributes(randomly) within that quadrant? Or should I be looking at a different visual

Hi @goalie_

 

Create 2 measures similarly as below:

X Measure = IF(MAX('Table'[Attribute]) in {"A1","A2","A3","A7"},SUM('Table'[Value])+SUMX(ALL('Table'),'Table'[Value]),MAX('Table'[Value]))
Y Measure = IF(MAX('Table'[Attribute]) in {"A1","A2","A3","A4"},SUM('Table'[Value])+SUMX(ALL('Table'),'Table'[Value]),MAX('Table'[Value]))

And you will see:

Annotation 2020-09-07 160753.png

All of the attributes have been plotted in the predetermined quadrants.

For the related .pbix file,pls see attached.

 

Best Regards,
Kelly
Did I answer your question? Mark my post as a solution!

thanks kelly. I also have another column for the attributes where I have them in category 1, 2, and 3. I want to plot the individual points but have them be the same color if they're in the same category. Multiple attributes can fall within a category.

 

So A1, A2, and A4 can fall into category 1;

A3, A5, A7 fall into category 2

A6 is in category 3.

 

However the visual takes the aggregate of the ones that fall in the same category. Is there a way to use the legend axis field so it doesn't take the aggregate of the attributes that fall into the category?

amitchandak
Super User
Super User

@goalie_ , not very clear. I tried something with scatter

https://youtu.be/Q1vPWmfI25o?t=2847

v-kelly-msft
Community Support
Community Support

Hi @goalie_

 

Do you mean "Quadrant Chart by MAQ Software"? 

Based on my test,without x and y axis value,it is not available to create the quadrant chart,and it will return an error as below:

Annotation 2020-09-04 102738.png

 

Could you show me some sample data with expected output?I would suggest you create a calculated column to make the quadrant showing as predetermined.

 

 
Best Regards,
Kelly
Did I answer your question? Mark my post as a solution!

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.