Forum Discussion
Power BI Report refresh Table name not showing up
- 5 months ago
Hi sanjyot_firke ,
not sure why in service instead of showing the column and table name its showing the object id .
This is a warning we can neglect it also this warnign is also reported by other users .. I think its a bug ..
To resolve this we can load the model in tmdl view and check which sort by column is causing the issue.
e.g :
I'm sorting the Sales label on sale id
in tmdl view :
in dax studio we can get the column name using the id ;
SELECT * FROM $SYSTEM.TMSCHEMA_COLUMNS WHERE [ID] = 212;Thanks
If you found this helpful, please consider giving it a kudo and marking it as the accepted solution — it goes a long way in helping others facing the same issue.
For more Power BI tips and discussions, let’s connect on LinkedIn:
https://www.linkedin.com/in/natarajan-manivasagan
Cheers!
Hi sanjyot_firke ,
not sure why in service instead of showing the column and table name its showing the object id .
This is a warning we can neglect it also this warnign is also reported by other users .. I think its a bug ..
To resolve this we can load the model in tmdl view and check which sort by column is causing the issue.
e.g :
I'm sorting the Sales label on sale id
in tmdl view :
in dax studio we can get the column name using the id ;
SELECT * FROM $SYSTEM.TMSCHEMA_COLUMNS WHERE [ID] = 212;
Thanks
If you found this helpful, please consider giving it a kudo and marking it as the accepted solution — it goes a long way in helping others facing the same issue.
For more Power BI tips and discussions, let’s connect on LinkedIn:
https://www.linkedin.com/in/natarajan-manivasagan
Cheers!