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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request 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
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!