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! Get ahead of the game and start preparing now! Learn more
Your file has been submitted successfully. We’re processing it now - please check back in a few minutes to view your report.
Rather than a measure, this is a python-tool that generates DAX code to implement a pre-trained neural network (or linear/logistic regression) for prediction.
The keras branch generates dax code for Keras models. Currently supports SimpleRNN and Dense layers, with tanh, sigmoid or relu activation functions. Make sure the name of the dense layers contains substring "dense" and the simple rnn layers contains "rnn". (They do by default, unless you rename the layers).
This is just cool as hell - really clever @Anonymous. As probably a small set of people that have written a lot of keras *and* a lot of dax... I enjoyed the hell out of this 🙂