Forum Discussion
Calculating minimum value in a row with several columns
HI there, I am trying to calcuate the min/max price of articles sold by stores.
The first picture shows my (pivoted) input table
The second picture the matrix, here I want to add a column with the minimum price for the article.
Input tableMatrix
I believe that you want something like my Multi-Column Aggregations (MC Aggregations) Quick Measure:
5 Replies
- Greg_DecklerCommunity Champion
See if my multi-column aggregations will work (MC Aggregations): https://community.powerbi.com/t5/Quick-Measures-Gallery/Multi-Column-Aggregations-MC-Aggregations/m-p/391698
Not sure I fully understand what you are going for. Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
- RonLieuwHelper I
Hi Greg, I down loaded your pbix file and loved it how you added all the aggregations.
But my source is different, Sample pbix file, I don't have the value1 ... value4 as columns is my input data.
Can you me help with my setup?
RonaldL
- RonLieuwHelper I
Hi, is it at all possible to aggregate data (e.g minimum, maximum) in a source as shown in the url.
https://www.dropbox.com/s/9hejfcpvnn24xb7/FPK-Back-2-School-2017-final.pbix?dl=0
Thanks
RonaldL
- mmatarritaRegular Visitor
Hi,
I'm not sure if I can revisit this topic.
Model proposed works fine, now I need a table showing the stores and the total quantity of articles that have the minimum price. The idea would be every article is assigned to the store with min and getting a report about what articles are assigned to each store.
Could you help me please?