The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi,
How can I replicate this Excel chart in Power BI. The gray bar is the overall percentage for a given vendor.
Any help is appreciated.
Thanks,
@S_M_ , You can get the bar, using a measure like
divide([current measure], calculate([current measure], removefilter(Table[Vendor]) ) )
If the background is conditional formatting, you can not get 3 colors
Percent of Total and Percent of SubTotal https://www.youtube.com/watch?v=6jTildcV2ho
https://www.youtube.com/watch?v=cN8AO3_vmlY&t=24270s
User | Count |
---|---|
68 | |
63 | |
59 | |
54 | |
28 |
User | Count |
---|---|
182 | |
81 | |
64 | |
46 | |
38 |