Forum Discussion
Dynamic Y axis on DateTime X axis
- 10 months ago
Hi Baruch_Larionov ,
you can create all 200 measures in one shot using c# and tabular editor.
please refer below link for more information
https://docs.tabulareditor.com/te2/Useful-script-snippets.html
Tabular Editor comes handy for creating bulk measures with similar definition.
Thanks and Regards,
Praful
Hi Baruch_Larionov ,
for dynamic y axis, you have to first create measures and use them in field parameters.
Please find sample pbix file for reference.
Please give kudos or mark it as solution once confirmed.
Thanks and Regards,
Praful
Thank you for your solution.
It is working, but I have about 200 parameters that i want to dynamicly view.
I want to create a dynamic chart for some industrial facility with big amount of sensors.
Making calculation for every parameter is not efficiat for me.
- Praful_Potphode10 months agoSuper User
Hi Baruch_Larionov ,
you can create all 200 measures in one shot using c# and tabular editor.
please refer below link for more information
https://docs.tabulareditor.com/te2/Useful-script-snippets.html
Tabular Editor comes handy for creating bulk measures with similar definition.
Thanks and Regards,
Praful
- Baruch_Larionov10 months agoRegular Visitor
Thnak you for your help