The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi, i created database in SQL Server and looks like relationships is:
Product table CostPriceId and ListPriceId connected to ProductPrice Id column and ProductPrice.CurrencyId connected to Currency.Id
I want to create column as ListPrice and CostPrice on relationship.
Like this:
Solved! Go to Solution.
@alperatay , You can get like this using ListPriceId
maxx(filter( ProductPrice, product[ListPriceId] =ProductPrice[ID]),ProductPrice[Amount])
refer 4 ways to copy data from one table to another
https://www.youtube.com/watch?v=Wu1mWxR23jU
https://www.youtube.com/watch?v=czNHt7UXIe8
@alperatay , You can get like this using ListPriceId
maxx(filter( ProductPrice, product[ListPriceId] =ProductPrice[ID]),ProductPrice[Amount])
refer 4 ways to copy data from one table to another
https://www.youtube.com/watch?v=Wu1mWxR23jU
https://www.youtube.com/watch?v=czNHt7UXIe8