Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi there,
I'm trying to find ameasure that will show me the lowest 5 Sales. I have a measure that shows the top 5 sales that works for me but is there a measure to show the lowest?
The top 5 measure is below. Any help would be appreciated.
Measure = CALCULATE([S],TOPN(3,ALL(Table Name[Product Name]),[Total Sales]),VALUES(Table Name[Product Name]))
Solved! Go to Solution.
@gbarr12345 as I said before, whatever column you are using to join these tables, some of the values exists in the Module Sales with inventory' but doesn't exists in the dimension table.
For example, tables are joined on product id, inventory table has some id's which doesn't exists in the dimension table. Can you double check your data?
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
Hi,@gbarr12345
Can you tell me if your problem is solved? If yes, please accept it as solution.
Best Regards,
Leroy Lu
Hi Leroy,
Apologies, I was out of office and away from my laptop for a while.
Yes the problem is solved so thanks to everyone for their help!
@gbarr12345 as I said before, whatever column you are using to join these tables, some of the values exists in the Module Sales with inventory' but doesn't exists in the dimension table.
For example, tables are joined on product id, inventory table has some id's which doesn't exists in the dimension table. Can you double check your data?
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
@gbarr12345 seems like you have description values tables that don't exist in the dimension table and that is probably causing this issue.
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
I have a dimension_item table which includes the item description field and I have a 'Module Sales with inventory' table which includes the amount field where I created the Total Amount measure. I'm trying to make the measure to include both fields from both tables. It worked with the top 5 but struggling to get it to work with the bottom 5.
@gbarr12345 what is total amount measure? If you put description and total amount measure in a table visual, do you see descriptions with blank amount?
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
The total amount measure is essentially the Total Sales -
It also shows data when I pull in the description and Top 5 sales:
@gbarr12345 add ASC keyword after [Total Sales] by default it uses DESC.
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
Hi Parry,
I tried that but it's showing blank.
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.