Forum Discussion
Viewing ML Modeling Coefficients
HI kylebennett6,
If you mean the detail variable and metrics of your data source, I'd like to suggest you check these on your data source side.
Power bi uses the data connector with the corresponding API to get data from the remote data sources. For this scenario, power bi data model doesn't live connected to the remote Datasource and the API may not get all data fields. (metrics, custom field, dynamic variables, logic fields may not be pulled to power bi desktop)
Regards,
Xiaoxin Sheng
- kylebennett64 years agoFrequent Visitor
Are you saying that the model coefficients are stored someplace else? I have access to both platforms--both Desktop and Web versions of PowerBI. I just need to know specifically where to look to get the regression model coefficients once the model has refreshed.
Thank you.
- Anonymous4 years agoNot applicable
Hi kylebennett6,
Did these metrics include in your data model tables? AFAIK, power bi will pull the data model tables and convert them with AS tabular structure.
If not, you may need to manually calculate them or try to get the function of the calculated expression to the power query side, then you can invoke these functions for calculating.
Regards,Xiaoxin Sheng