This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
I am looking for some creative ways to represent inventory or capacity using Power BI. I presently have a dataset that shows me Campaigns, Campaign Dates and Products Sold. The data set, through Power BI, currently serves as a reference to salespeople who want to know what's been sold, when and in what market.
I would like to take this report to the next level, by showing if there is more "inventory" to be sold.
Problem Statement
The challenge is that the data set does not have any notion of "capacity"... Meaning that there is no reference point within the data to determine if there is an opportuntity to represent when inventory is Available or SOLD OUT.
Proposed Solution (in business terms)
Looking for any suggestions on how to add this logic based column, or other creative ways some of you may be using Power BI to represent inventory.
Thanks in advance.
Hi @Anonymous,
I am not sure what is your expected result, do you have a ProductName field in your table? If you have, you can add another new column using the following formula to represent if you have Available or sold out item based on the above business logic.
Column = IF(Table[ProductName]="A" || Table[ProductName]="B" || Table[ProductName]="C" || Table[ProductName]="D" || Table[ProductName]="E","Sold out","Avaliable")
However, your business logic looks a little weird for me, generally, could you please share sample data of your table and post desired result here? And you can review the following similar blog about what fundamental data tables we should have and how to calculate inventory using DAX in Power BI.
https://www.sqlbi.com/articles/inventory-in-power-pivot-and-dax-snapshot-vs-dynamic-calculation/
Thanks,
Lydia Zhang
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 32 | |
| 26 | |
| 25 | |
| 24 | |
| 15 |
| User | Count |
|---|---|
| 63 | |
| 48 | |
| 27 | |
| 23 | |
| 20 |