Forum Discussion

Plecky's avatar
Plecky
Frequent Visitor
1 year ago
Solved

Direct Lake Model - Implicit measures vanished

Hi Community,   I would require your help with the following: I created a Power BI Semantic Model based on Direct Lake mode. It includes various tables, relationships, measures, etc. However, a c...
  • johnbasha33's avatar
    1 year ago

    Hi Plecky 
    The issue of implicit measures disappearing in Power BI when using Direct Lake mode is likely due to recent changes in Power BI behavior or semantic model settings. Here are some potential reasons and solutions:

    Possible Causes & Fixes:

    1. Direct Lake Mode and Aggregations Limitation

    • Implicit measures (auto sum, count, avg, etc.) are not always available in Direct Lake mode if Power BI detects potential performance issues.

    • Fix: Try switching the storage mode of the table to "Import" or "Dual" instead of Direct Lake (if possible).


    2. Column Data Type & Aggregation Settings

    • Check if the "Summarize By" property of your numeric column (Cost) has changed:

      1. Go to Power BI DesktopModel View.

      2. Click on the Cost column.

      3. Look for "Summarize By" in the properties pane.

      4. Ensure it is set to Sum (or another aggregate function) instead of "Do not summarize."


    3. Power BI Desktop Update Issue

    • A recent Power BI update may have changed behavior for implicit measures in Direct Lake models.

    • Fix: Try rolling back to an older version of Power BI Desktop to see if the issue persists. You can download older versions from the Power BI archive.


    4. Power BI Service Configuration Issue

    • If the model is published to Power BI Service, check the settings:

      1. Go to Power BI Service → Open the Semantic Model.

      2. Click on Model Settings.

      3. Ensure that "Allow Implicit Measures" is enabled.


    5. Workspace or Fabric Configuration Change

    • If your Fabric environment was updated, there may be default settings affecting implicit measures.

    • Fix: Try creating a new test model with Direct Lake and see if implicit measures work there.


    Next Steps

    1. Check "Summarize By" settings in Model View.

    2. Ensure Direct Lake limitations are not affecting implicit measures.

    3. Try rolling back Power BI Desktop if this issue appeared after an update.

    4. Check settings in Power BI Service or Fabric Admin Portal.

      Did I answer your question? Mark my post as a solution! Appreciate your Kudos !!