Forum Discussion
Anonymous
5 years agoNot applicable
WORKING ON IT issue
Hello, I am having an intermittent issue in Power BI while created a new measure. My data model is simple. It has one fact table (1.5M rows) and 4 dimension tables (joined using a 7-digit numeric...
- Anonymous5 years ago
It seems that the issue was the use of binary as a key between fact tables and dimension tables. I moved to a numerical key and this solved the problem.
VijayP
5 years agoCommunity Champion
Anonymous
Have you tried Performance Analyser to see the issue where things are getting stuck! It solves the problem most of the time.!
Anonymous
5 years agoNot applicable
Correct me if I'm wrong, but the performance analyzer monitors the report to see details about the time taken by each visual to query for its data and render the result. It would not monitor measure creation, right?