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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

graph trouble summing

 

 

 I have a graph that looks like this currently

 

Capture.PNG                  .   

This is the data for the chart above-------------

 

 IDFrequencyRequirement LevelValues in chart
1170point 1
115106?
130106?
11596?
13096?
130106?
140096 point 4

  

I would like it to show all 7 points (not just 4)and not sum diffrent things. I have made the frequency and requirement columns set to not sum from the modeling tab. "values in chart "column is not part of graph.

Thanks for the help. 

 

- Collin

1 ACCEPTED SOLUTION

@Anonymous,

 

Drag the following calculated column to Legend.

Column =
RANKX (
    FILTER ( Table1, Table1[Frequency] = EARLIER ( Table1[Frequency] ) ),
    Table1[Requirement Level],
    ,
    DESC,
    DENSE
)
Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

5 REPLIES 5
NAOS
Advocate III
Advocate III

Hi!

Im sure I replied to this post already...Dunno what happend with it haha.
Anyway, it isnt clear what you want to achieve with that visual. the visual is correct. Is using the "Frequency" field as a Category, so that gives us 4 Frequencies {1, 15, 30 ,400}. Thats why you have only 4 labels, which are the sum of "Requirement Level"

If "Requirement Level" is a Categorical variable, and frequency is not (but it looks like it is too...), change "Requirement Level" to data type "Text" and use Frequency in the Y axis instead. 

Plus, Im sure that's not the visual for that data...
Anyway, let me know how everything goes.

Anonymous
Not applicable

Sorry for the confusion, here is a picture of what I am trying to achieve. 

 

 

 

Capture.PNG

 Is there a way to have it like this, I got these dots by creating an index of the dataCapture.PNG

 

This is my set up for the graph above, (without the blue lines of course)       --->

 

Thank-you for the help.

 

- Collin

@Anonymous,

 

Drag the following calculated column to Legend.

Column =
RANKX (
    FILTER ( Table1, Table1[Frequency] = EARLIER ( Table1[Frequency] ) ),
    Table1[Requirement Level],
    ,
    DESC,
    DENSE
)
Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Anonymous
Not applicable

That did it, thankyou very much.

If i may ask what exectly the column does as far as what is EARLIER, FILTER, RANKX, DESC, DENSE. 

Tried looking through it but doesnt make sense. 

Thanks again .

  -Collin

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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