Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hello,
below is my dataset (as an example), I want to calculate how many products with lowest price sold of each distributor, same as SummaryTable1, meanwhile having another SummaryTable2 to show me what are the cases.
thank you so much for helping me out!
my initial attempt was to create an array of numbers (each product code with min price) and then use this array as a criterion to filter in my dataset when the product is the same and the price is equal to the min price, but of course failed. I don't quite understand the concept of PBI when the array is relevant to a certain column (same product).
Sincerely,
Nate
Solved! Go to Solution.
thanks Sam. i tried myself and succeeded.
i put it here if anyone is interested.
You may add a calculated column first.
Column = IF ( 'Table'[Price] = MINX ( FILTER ( 'Table', 'Table'[Product] = EARLIER ( 'Table'[Product] ) ), 'Table'[Price] ), 1 )
thanks Sam. i tried myself and succeeded.
i put it here if anyone is interested.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
84 | |
75 | |
68 | |
41 | |
35 |
User | Count |
---|---|
102 | |
56 | |
52 | |
46 | |
40 |