Forum Discussion
Anonymous
5 years agoNot applicable
Use Phyton script with table from DAX
Hi all I would like to know if it is possible to execute a Python script within Power BI in a table that had some columns added by DAX instructions. I know that it is possible with the Advanced Edit...
Anonymous
5 years agoNot applicable
In one word: No. You can use Python to create columns in Power Query and you can have visuals that use Python scripts. You can't calculate anything in Python and then put it in a table.
Anonymous
5 years agoNot applicable
Thanks Anonymous . Actually when I execute a Phyton script within the Advanced Editor the result is converted to a table. My question is about doing the same but with a table that was partially modified with DAX and because of that I cannot use this table in the Advanced Editor
- Anonymous5 years agoNot applicable
You've got the answer above. Nothing more to add.