Forum Discussion

IEG_CSC12's avatar
IEG_CSC12
Frequent Visitor
3 years ago

trend line logarithmic

I am trying to add a logarithmic trend line like the one available in excel, but this option is not available in power bi. I tried to plot it using the line graph, using the previously calculated data in excel, but unfortunately, as I must calculate it based on many filters, it's not possible to calculate the data in excel for all the options that can be selected

 

When I tried to calculate using Dax function in power bi, the report got too slow, because I must calculate for 35 different variables, so the code is long and has a lot of variables.

 

Is there a way for calculate the logarithmic trend line without using Dax, or if using Dax in an optimized way?