Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
Hello!
So i am currently facing a problem which I really dont know how to solve:
I am creating an availability report, that contains articles from two Warehouses and we are showing the "Open to sell Value" which is calculated like this:
| Article ID | Warehouse | Backorder QTY |
| 12345 | W-1 | 700 |
| 12345 | W-2 | 700 |
I hope I made it clear what the issue is. Does anybody know what to do? Its not a possibility to change the data..
Thank you!
Best regards,
Marlene
Hi @MarlenePirker ,
I think the below is the solution.
1. Create a rank calculated column "Rankc" based on the Article column using Rankeq function.
2. After this create another caculated column as =
Open to Sell = IF('table1'[Rankc]=1, SUM('Stock'[Stock Quantity CB])-SUM('Stock'[Backorder Quantity]),BLANK())
Check if it works.
Regards,
Nikhil Chenna
Appreciate with a Kudos!! (Click the Thumbs Up Button)
Did I answer your question? Mark my post as a solution!
Hello!
Thank you for your reply. So what column do i need to put into rank.eq? I am not sure what it does?
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 79 | |
| 48 | |
| 35 | |
| 31 | |
| 27 |