Forum Discussion
deeksha
Helper II
6 years agoVendor Aging Report
Hi All, I am a relatively new user in Power BI and am needing assistance with the following requirement. I need to make a vendor aging report in power bi and i have to get data through data entitie...
- 6 years agoThis for vendor https://docs.microsoft.com/en-us/dynamicsax-2012/appuser-itpro/vendor-aging-report-vendagingreport
TomMartens
Super User
6 years agoHey deeksha
ODATA is "just" an interface to a data source, you have to consult the owner of the data source, where you can find all the fields you need. Maybe it will become necessary to retrieve more than one table / define more than ODATA connection and finally join the tables accordingly inside Power BI.
Regards,
Tom
deeksha
Helper II
6 years agoI have to create a vendor aging report in power bi just like the one in d365, and I am trying to get the data using OData but i don't know from which data entity or tables I can get the values like account number, vendor name, group and their balances as of different months, this I want to know, from which table I will get these fields and values.