- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

What DAX measures can I use to create this?
I want to create something like this in power bi. How would I go about doing this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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()))
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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 ,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

the summarized table is based on this table sample
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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.

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
03-06-2024 01:20 PM | |||
03-18-2024 11:33 PM | |||
08-29-2023 05:55 AM | |||
08-13-2024 03:40 PM | |||
03-12-2024 03:37 AM |
User | Count |
---|---|
141 | |
115 | |
84 | |
63 | |
48 |