The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello, I am getting amazing results, albeit often inperfect, asking ChatGPT to write DAX for me, however often I spend lots of time describing the involved tables and fields, I wonder if there's an effective way to export the data model as a text or JSON or some other file so I can feed it into ChatGPT and save all data model description time.
Solved! Go to Solution.
Hello @Datatales ,
check this post https://www.linkedin.com/posts/brianjuliusdc_improve-chatgpts-dax-coding-abilities-with-activity-710...
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Follow me on Linkedin
Vote for my Community Mobile App Idea 💡
Proud to be a Super User! | |
Hello @Datatales ,
check this post https://www.linkedin.com/posts/brianjuliusdc_improve-chatgpts-dax-coding-abilities-with-activity-710...
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Follow me on Linkedin
Vote for my Community Mobile App Idea 💡
Proud to be a Super User! | |
Thanks a lot
Hey @Datatales ,
you can use Tabular Editor (2 or 3) connect to the model inside a pbix and the the model definition to a bim file, the bim is JSON.
Here you will find the portable version of the latestes (at the time of this writing 2.20.2) Tabular Editor 2.x: https://github.com/TabularEditor/TabularEditor/releases/tag/2.20.2
Hopefully, this helps to leverage LLM capabilities on writing DAX.
Regards,
Tom