Forum Discussion
Sthrn
4 years agoHelper I
Problem with GROUP BY / SUMMARIZE functions
Hello everyone, I have two tables : 1 with my inventories (inventories = STOCKS[Stock à utilisation libre]) associate with a date and another table with my prices (PRIX). I would like to calcula...
- Anonymous4 years ago
Hi Sthrn ,
You could create a relationship in the Power BI Desktop.
Then create the following measure.
inventories value = SUM('PRIX'[Prix standard])*SUM(STOCKS[Stock à utilisation libre])Create and manage relationships in Power BI Desktop - Power BI | Microsoft Docs
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
4 years agoNot applicable
Hi Sthrn ,
You could create a relationship in the Power BI Desktop.
Then create the following measure.
inventories value = SUM('PRIX'[Prix standard])*SUM(STOCKS[Stock à utilisation libre])
Create and manage relationships in Power BI Desktop - Power BI | Microsoft Docs
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.