Forum Discussion
goalie_
Helper III
6 years agoQuadrant 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...
- 6 years ago
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:
All of the attributes have been plotted in the predetermined quadrants.
For the related .pbix file,pls see attached.
Best Regards,
KellyDid I answer your question? Mark my post as a solution!
amitchandak
Super User
6 years agogoalie_ , not very clear. I tried something with scatter