March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
I want to create something like this in power bi. How would I go about doing this?
Solved! Go to Solution.
Hi, @Anonymous
You can try the following methods.
Table:
New Table = SUMMARIZE('Table','Table'[Item #],'Table'[Product],"YTD Product Sold",SUM('Table'[Sold]))
Column:
% of Total = DIVIDE([YTD Product Sold],SUM('New Table'[YTD Product Sold]))
Is this the result you expect?
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
is that a table or what , if you can share some sample of the Pbix File ,
if u want as a measure try to divide :
% of Total = Divide([YTD Product Sold],Calcualte(Sum([YTD Product Sold]),Allselected()))
Hi, thanks for your response. But I am looking for a slightly different solution.
The data is actually a giant table with product information. What I need to do is create a table that I displayed in the original post.
Any thoughts sir?
okay i think i got your question :
try to make a new table with sumarized columns , attached pictures : ,
in this you make a sammary of the table you have ( like grouping ) then you want to calculate the sum of the total inside it , then for the % use the measure provided in the first reply ) , hope this will help you , please accept as a solution it it works with you ,
if you have any trouble please share a sample of the PBIX file ,
the summarized table is based on this table sample
Hi, @Anonymous
You can try the following methods.
Table:
New Table = SUMMARIZE('Table','Table'[Item #],'Table'[Product],"YTD Product Sold",SUM('Table'[Sold]))
Column:
% of Total = DIVIDE([YTD Product Sold],SUM('New Table'[YTD Product Sold]))
Is this the result you expect?
Best Regards,
Community Support Team _Charlotte
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!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
125 | |
85 | |
69 | |
54 | |
45 |
User | Count |
---|---|
204 | |
106 | |
98 | |
65 | |
54 |