Hello everyone,
I’m new on the forum and got a licence on Enterprise DNA to learn and develop skills in Power BI. I’ve read the rules and try to follow them as much as possible for my 1st topic. I can’t upload the Power BI file here since it’s quite confidential but if really necessary I’ll try to find a way.
Here’s the problem I’m struggling with, I hope it will be clear :
I have a table including, for each row, a reference of article with at least 2 columns in the table : Business Unit (cBu), Quantity (iQte) . Here is what I want to do :
- Filter the table only on the values < 0 in the column Quantity (iQte)
- Calculate the total number of articles (rows) for each Business Unit (cBu) category
- Return the Top 5 highest total of articles per each Business Unit (cBu) category
- Have a visual for this measure (either a table or graph)
I’ve tried to look up on various sources to come up with a solution, but it doesn’t work yet (I assume I need to user FILTER , COUNTROWS, VALUES and TOPN functions at least).
Thank you already in advance for your support, I guess it may be easy for you but I’m still beginning with the logic of calculations.
Have a nice day !
EDNA forum_test.pbix (6.3 MB)