Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have been developing on a datamart for a couple of months now w/o issues. (Yes, I understand it's Preview.) Performed the tranformations in the datamart and utilized the default semantic model. In Power BI Destkop I consumed the datamart's default semantic model. (DirectQuery to AS-PowerBI Dataset) I then develop the DAX logic and add some local tables with the intent of generating a "golden" dataset; that is, a dataset I will develop one or more reports on.
Everything was working great until this morning. It appears that the datamart lost it's ability to proactively generate a cache model as described in this documentation. I had built an initial report off the golden dataset a few weeks back and it was always respondent. Today, its as if some poured mollases on it. Furthermore, it appears that cache is being built ad hoc as I interact with the report. For instance, clicking on a drop-down slicer will initially take many seconds (depends on the number of records) to populate. Once I have utilzed the slicer and it has populated the domain, then it's back to being performant.
My question is this. How do I determine if a proactive cache of the model has been built and is present in an import model on the service tenent? How do I start to determine where the break is? The documentation states
I do I determine if my data conformity allows for proactive cache build?
TIA.
Solved! Go to Solution.
K. I figured out the problem the issue after posting. I had replaced an Excel workbook that is consumed in a query. That caused a data credential warning. However, none of that was obvious; the datamart would refresh w/o error. Whent into the transformation editor, saw the issue, fixed it and then everything is back to normal. Odd that the datamart would refresh w/o error.
Hi @jmg80525 ,
I'm glad to hear you've resolved the issue. You could reply yourself, and then accept your reply as solution. An answered thread is searched more easily than an open one. Others will learn more from your answer.
Best Regards
Community Support Team _ Rongtie
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
K. I figured out the problem the issue after posting. I had replaced an Excel workbook that is consumed in a query. That caused a data credential warning. However, none of that was obvious; the datamart would refresh w/o error. Whent into the transformation editor, saw the issue, fixed it and then everything is back to normal. Odd that the datamart would refresh w/o error.