Forum Discussion

dhampshire's avatar
dhampshire
Microsoft Employee
2 years ago
Solved

Power BI Semantic model Refresh Bizarre Behavior

I have a Service model and report saved on OneDrive and Sharepoint.  I also have a Power BI workspace they're published to.  When I make a change to the Service model locally, I save and publish.  Th...
  • dhampshire's avatar
    2 years ago

    RESOLVED.

     

    This issue was happening on refresh (manual or scheduled).  For a reason I haven't yet determined, when the data in a table was updated via refresh (in service not locally), it was including "(Blank)" values.  I had a DAX expression that was filtering for empty strings "".  So the DAX expression was producing incorrect values when the semantic model was refreshed in the service.  Locally, this wasn't happening for some reason during refresh. 

     

    Adding a DAX expression that filtered for both "(Blank)" and "" mitigated the issue.  It's not clear to me why refresh locally and via the service were producing different results.