Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi
I have been trying for several days, unsuccesful I may say, to create a visualisation which shows the top N items (by number of items) and anything remaining to be shown as "Other"
For instance, in the database that I am about to share, overall "Item 5" have the most amount followed "Item 3". Now, if I want a graph with top 20% of Items, the graph should show, as detailed, Items 5 and 3 and all other items (1, 2, 4 - 10) as "Other". Now if I chose the top 50% of the items the graph should show, as detailed, Items 5; 3; 1; 10; and 7 and all other items (2, 4, 6, 8 and 9) as "Other". Now, if I filter by "Location D" and "Description A" and want to see only 30% of top Item, the graph should show, as detailed, Item 9 and all other items (6,10 and 7 - no amount with these filters for items 1, 2, 3, 4, 5 and 😎 as "Other". I have tried to use this approach (https://community.powerbi.com/t5/Desktop/Create-quot-Other-quot-Category-in-Pareto-Chart/td-p/213948...), but it is quite limited in the number of filters I can use.
At the end, I just want at ble which I can use for visualisation purposes and can be filtered by the fields of the table (In this case, Location, Description, Top N items and Date)
I have been able to create a dynamic ranking (measure) based on the amount and the % top item.
Here the link to the database https://www.dropbox.com/scl/fi/n8ywnlo1j97qdyz3wm385/Sample-data.xlsx?rlkey=gjzpktjf5o4gxo1qpo4u00ak...
I hope you can help me
Kind Regards,
Carlos
Solved! Go to Solution.
Hi Community
I was able to solve this
Step 1: Create a measure for total amount
Total =
SUMX (
Table1,
Table1[Amount]
)
Step 2: Create a Paremet (From 0 to 1, incresing by 0.1)
Resulting in:
Now, below my results replicating excalty what I required in my initial post
Unfortunatelly, I am not able to upload the PBIX file. Otherwise, happy to share the file
@Idrissshatila your suggestion/recommendation did not help me at all in getting this solved
Regards,
Carlos
Hi Community
I was able to solve this
Step 1: Create a measure for total amount
Total =
SUMX (
Table1,
Table1[Amount]
)
Step 2: Create a Paremet (From 0 to 1, incresing by 0.1)
Resulting in:
Now, below my results replicating excalty what I required in my initial post
Unfortunatelly, I am not able to upload the PBIX file. Otherwise, happy to share the file
@Idrissshatila your suggestion/recommendation did not help me at all in getting this solved
Regards,
Carlos
Hello @SENQLDHLTH ,
check the concept of field Parameters.
https://learn.microsoft.com/en-us/power-bi/create-reports/power-bi-field-parameters
Proud to be a Super User! | |