Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
hi
i would like to develop a dashboard with all my created PP environments... when i use the Dataverse connectors, I can see them, but i want to retrieve them dynamically. could you please let me know how to do this?
thanks
Solved! Go to Solution.
Hi sorry i dont know DAX... by the Dataverse connector is it possible? thanks
@Anonymous That's not DAX. That is Power Query code. Go into Power Query Editor (Transform Data). Create a new blank query. Click on Advanced Editor. Select all the text and delete it. Paste in the code I provided. Press OK.
thanks very much
Hi sorry i dont know DAX... by the Dataverse connector is it possible? thanks
Hi sorry i dont know DAX... by the Dataverse connector is it possible? thanks
@Anonymous That's not DAX. That is Power Query code. Go into Power Query Editor (Transform Data). Create a new blank query. Click on Advanced Editor. Select all the text and delete it. Paste in the code I provided. Press OK.
@Anonymous Use this:
let
Source = CommonDataService.Database()
in
Source