The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
I have a report which grabs data from Salesforce objects. One of the objects contains a PickList field. The values that this field can be is set in Salesforce (the Object manager --> Fields & Relationships --> field name --> Values). It would look something like:
I was wondering how do I obtain these values for my Power BI report?
Solved! Go to Solution.
This question can be quite challenging to answer without access to SFDC objects or a set of objects like yours. At a previous company where we used SFDC, I often had to explore all available objects in the query editor to find the necessary information - that involved expanding the list/records/tables within the objects themselves. Keep in mind that you might not have access to all objects visible in the SFDC interface, as access is controlled by the SFDC admin for your organization. I would recommend reaching out to your SFDC admin or IT team to help locate that object, or alternatively, create a Salesforce report containing the same informaiton (if possible)and connect to that report.
This question can be quite challenging to answer without access to SFDC objects or a set of objects like yours. At a previous company where we used SFDC, I often had to explore all available objects in the query editor to find the necessary information - that involved expanding the list/records/tables within the objects themselves. Keep in mind that you might not have access to all objects visible in the SFDC interface, as access is controlled by the SFDC admin for your organization. I would recommend reaching out to your SFDC admin or IT team to help locate that object, or alternatively, create a Salesforce report containing the same informaiton (if possible)and connect to that report.
Hi @danextian ,
Thanks for the tips! I'll do some experimentation to see if I'm able to obtain the values.
Jason