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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
harirao
Post Prodigy
Post Prodigy

100% Stacked Column Chart by Percentage

Hello All,

I want to create 100% Stacked Column Chart, but unable to include more than one measure in that chart.
Below table i have considered column total and for Stacked column chart its % of Grant total
1.PNG

 

Eg of one measure calculation for above mentioned column.

> 6 weeks = IF(ISBLANK(CALCULATE(DISTINCTCOUNT(tbl_DEP3_Big_Deal_Perf_Data[OpportunityId]), FILTER(tbl_DEP3_Big_Deal_Perf_Data, tbl_DEP3_Big_Deal_Perf_Data[actual_visibility_weeks]>=6))),0,
CALCULATE(DISTINCTCOUNT(tbl_DEP3_Big_Deal_Perf_Data[OpportunityId]), FILTER(tbl_DEP3_Big_Deal_Perf_Data, tbl_DEP3_Big_Deal_Perf_Data[actual_visibility_weeks]>=6)))

>6wk = sumx(DISTINCT(tbl_DEP3_Big_Deal_Perf_Data[Delivery Priority Code]),[> 6 weeks])




I am looking visualization as below 
2.PNG
Please let me know if you need further inputs from my end.

Thank you

Regards,

1 ACCEPTED SOLUTION
v-jayw-msft
Community Support
Community Support

Hi @harirao ,

 

Currently 100% Stacked Column Chart is not supported for legend with multiple values.

You could submit this idea through below link.

https://ideas.powerbi.com/ideas/

 

Best Regards,

Jay

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

2 REPLIES 2
v-jayw-msft
Community Support
Community Support

Hi @harirao ,

 

Currently 100% Stacked Column Chart is not supported for legend with multiple values.

You could submit this idea through below link.

https://ideas.powerbi.com/ideas/

 

Best Regards,

Jay

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

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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