Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more

Reply
Anonymous
Not applicable

Dynamic Stock Turnover Report Progress

Hi, I'm feeling really close to solve my problem for a dynamic Stock Turnover Report but yet I have some issues where I need your advice first my tables looks like this, Pretty much straight forward. I get the columns in my Article list from, that gives me a start date and an end date for each article. 

 

Start-LastTransactionDate = LASTDATE('Start-StockBalancePerDateTable'[Date]) 

End-LastTransactionDate = LASTDATE('End-StockBalancePerDateTable'[Date])

 

But now I want to add two more columns in the Article Table and that is the StockBalancePerDate columns from each Table. (e.g Start-StockBalance for Article A is 29 End-StockBalance for Article A is 35)

 

I can't get the RELATED function to work, somehow I get a message that the tables don't have any relation, but as you can see in the Relationship-picture there is a relation between the tables. 

 

 

Start-StockBalancePerDateTable'Start-StockBalancePerDateTable'End-StockBalancePerDateTableEnd-StockBalancePerDateTable ArticleArticleRelationshipsRelationships

 

Best regards

/Johan

2 REPLIES 2
quentin_vigne
Solution Sage
Solution Sage

Hi @Anonymous

 

On your last picture it looks strange because It looks like you have clicked on the relation but only the Article filed from Start-Stock is highlighted

The ArticleNo from Article should be highlighted

Can you go on your relation editor and check that the relation is on Article.No on both tables ? 

 

 

- Quentin

Anonymous
Not applicable

Hi @quentin_vigne I beileve that's just in the picture, heres another one where Article and ArticleNo are highlited, I've also a Calendar table. 

Article_Start-StockbalancePerDateTable_Endt-StockbalancePerDateTable_Calendar_Relationship.JPG

Helpful resources

Announcements
Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors