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
jcastr02
Post Prodigy
Post Prodigy

100% clustered chart

How can I get a 100% clusterd chart.  I'd like the same data on the left to be look like on the right.  However, I'd like for it not to be % of grand total, should be   numbers of what we see on left (essentially each cluster should equal 100%).clustered.png

1 ACCEPTED SOLUTION

Hi @jcastr02 ,

 

If i understand you correctly, you can use COUNT() function. Please refer to the below measure.

Measure 3 = CALCULATE(COUNT('Table'[Column2]),ALLEXCEPT('Table','Table'[Column1],'Table'[Column2]))/CALCULATE(COUNT('Table'[Column2]),ALLEXCEPT('Table','Table'[Column2]))

Result would be shown as below.

1.PNG 

 

Best Regards,

Jay

Community Support Team _ Jay Wang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Community Support Team _ Jay
If this post helps, then please consider Accept it as the solution
to help the other members find it.

View solution in original post

9 REPLIES 9
jcastr02
Post Prodigy
Post Prodigy

@v-jayw-msft    Hi Jay, this is how I have it currently.  I'd like it to be in your sample where both Bars for A - total 100%,  both bars for B total 100%, and both bars for C total 100%.....  VS. All bars totalling 100%

Hi @jcastr02 ,

 

Modify the measure as below.

Measure = CALCULATE(SUM('Table'[value]),ALLEXCEPT('Table','Table'[ID],'Table'[type]))/CALCULATE(SUM('Table'[value]),ALLEXCEPT('Table','Table'[ID]))

5.PNG

If i misunderstood your meaning, please show your expected out put to us.

 

Best Regards,

Jay

Community Support Team _ Jay Wang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Community Support Team _ Jay
If this post helps, then please consider Accept it as the solution
to help the other members find it.

@v-jayw-msft     I don't necessarily have a "value" column, I just have a column with responses Yes, No, Not applicable.  I tried to create a custom column with the value of "1" for each of the responses.  I did this measure, but continues to have errors, any help is appreciated.  dax.png

data.png

@v-jayw-msft here is a sample of my data

Hi @jcastr02 ,

 

If i understand you correctly, you can use COUNT() function. Please refer to the below measure.

Measure 3 = CALCULATE(COUNT('Table'[Column2]),ALLEXCEPT('Table','Table'[Column1],'Table'[Column2]))/CALCULATE(COUNT('Table'[Column2]),ALLEXCEPT('Table','Table'[Column2]))

Result would be shown as below.

1.PNG 

 

Best Regards,

Jay

Community Support Team _ Jay Wang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Community Support Team _ Jay
If this post helps, then please consider Accept it as the solution
to help the other members find it.
v-jayw-msft
Community Support
Community Support

Hi @jcastr02 ,

 

You might need a Clustered bar chart instead.

And please check the formula below.

Measure = CALCULATE(SUM('Table'[value]),ALLEXCEPT('Table','Table'[id],'Table'[type]))/CALCULATE(SUM('Table'[value]),ALL('Table'))

 Here's my sample data and out put.

5.PNG

If i misunderstand you meaning, please share some sample data and expected result to us.

 

Best Regards,

Jay

Community Support Team _ Jay Wang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Community Support Team _ Jay
If this post helps, then please consider Accept it as the solution
to help the other members find it.
Greg_Deckler
Super User
Super User

Sample data would be great. Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

One thought, you might try clicking the drop down on a column in the Values area and choose Show as | Percent of Total or Percent of Grand Total. I know you can do that in Tables and Matrices.


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

@Greg_Deckler Hi there, this is how I have it currently.  What I'm trying to do is.. I'd like both bars for "yes" to equal 100%, both bars for "no" equal 100%, and both bars for not applicable to equal 100%

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.