Forum Discussion
Baruch_Larionov
10 months agoRegular Visitor
Dynamic Y axis on DateTime X axis
Hi, I'm new to Power BI. I learned how to get my data tables, and made some charts manualy draging x (DateTime) and y axis (Numeric columns). I tried to make a dynamicly y axis, using parameter wi...
- 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
Praful_Potphode
10 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_Larionov
10 months agoRegular Visitor
Thnak you for your help