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 August 31st. Request your voucher.
Hi all!
Could anyone please tell me how to recreate this figure (made in Excel) in Power BI? How do I create multiple bars per factor on the X-axis?
Thanks!
@BrittH , if Values BMS, EEMCS are values in a column(say Legend Column) then you can have measure like
divide(Sum(Table[Value]), calculate(Sum(Table[Value]), removefilters(Table[Legend Column])) )
mark it as % column and use it in visual