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!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
Hi,
I want to be able to connect to a semantic model in the workspace from a pyspark notebook, and execute some DAX like
EVALUATE
INFO.MEASURES()
Is there a way to achieve this?
Thanks!
Solved! Go to Solution.
Hi @Gpop13,
I haven't tested, but have a look at this post and see if it helps.
| Have I solved your problem? Please click Accept as Solution so I don't keep coming back to this post, oh yeah, others may find it useful also ;). |
Hi @Gpop13,
I haven't tested, but have a look at this post and see if it helps.
| Have I solved your problem? Please click Accept as Solution so I don't keep coming back to this post, oh yeah, others may find it useful also ;). |
@KNP thank you so much for directing me to this. I was able to connect to a semantic model and run a dax. I have not written to any target table yet, but happy to close this here at this point.