Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Hi,
I tried to calculate in PBI percent of column total for Customers AY or Sales , after that I whant to insert % in graphic to see the share of Control and Pilot from price cluster A1 and so one (attached files)
I don't know how can I do this in PBI.
What kind of formula, measures, separate table I need to create in additional?
Percent of Column Total PBI
Solved! Go to Solution.
Hi @Anonymous ,
We can create a measure to archieve your requirement:
% of Each Chart = SUM ( 'Table'[Sales Gross Amt AY] ) / CALCULATE ( SUM ( 'Table'[Sales Gross Amt AY] ), FILTER ( ALLSELECTED ( 'Table' ), 'Table'[Price Cluster] IN FILTERS ( 'Table'[Price Cluster] ) ) )
BTW, pbix as attached.
Best regards,
Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
How about the result after you follow the suggestions mentioned in my original post?Could you please provide more details about it If it doesn't meet your requirement?
Best regards,
Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
We can create a measure to archieve your requirement:
% of Each Chart = SUM ( 'Table'[Sales Gross Amt AY] ) / CALCULATE ( SUM ( 'Table'[Sales Gross Amt AY] ), FILTER ( ALLSELECTED ( 'Table' ), 'Table'[Price Cluster] IN FILTERS ( 'Table'[Price Cluster] ) ) )
BTW, pbix as attached.
Best regards,
Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
User | Count |
---|---|
49 | |
28 | |
20 | |
20 | |
19 |
User | Count |
---|---|
52 | |
51 | |
26 | |
26 | |
22 |