Forum Discussion
Anonymous
1 year agoNot applicable
is any possibility to run the DAX query from python/ databricks notebook ?
You want to know if it's possible to run a DAX (Data Analysis Expressions) query from Python or a Databricks notebook.
Yes if you are in Fabric you can use Sempy
In databricks you can use the Execute Queries In Group Rest API
2 Replies
- DekuSuper User
Yes if you are in Fabric you can use Sempy
In databricks you can use the Execute Queries In Group Rest API
- donsvensenSkilled Sharer
Hi
Using semantic link is also a solution and is quite simple
Read data from semantic models and write data that semantic models can consume using python - Microsoft Fabric | Microsoft Learn
Erik