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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss 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
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon โ€“ Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save โ‚ฌ200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

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