Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare now
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?
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.
Check out the October 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.