Forum Discussion
Ben75
2 years agoNew Member
Algorithm and iteration with Power BI / DAX
Hello, I don't know if algorithms are possible with PowerBI. I have several existing tables as input 'Fruits' Fruit Quantity available Banana 10 Orange 7 Apple 15 This tabl...
bg75
2 years agoNew Member
Hi,
Thanks for you help.
What is doing exactly the Rank measure?
Could you please elaborate on:
'Orders'[Fruit] = MAX('Orders'[Fruit])
Also, how can I get the result in a table?
Anonymous
2 years agoNot applicable
Hi bg75
Sort your orders by grouping them according to fruits. The purpose is to define the order of orders and help to determine the inventory.
Click Visual and select the fields you need to create a table.