Hello Experts,
I am completely new to Microsoft Dynamic and is learning a I go alone.
I have a urgent request to pull some data from a SQL database. here is the request....
I need to know how to pull all items and their prices from DAX using SQL database. here is what i have done but this is not correct because it does not reflect the prices in DAX.
/****** Script for SelectTopNRows command from SSMS ******/
SELECT DISTINCT [PRODTABLE].NAME, INVENTITEMPRICE.PRICE FROM [AGDAX2012_Live].[dbo].[INVENTITEMPRICE],[PRODTABLE]
WHERE INVENTITEMPRICE.ITEMID = PRODTABLE.ITEMID
Any help or sugession oon this is greatly appreciated.
*This post is locked for comments