Forum Discussion

wonka1234's avatar
wonka1234
Icon for Helper III rankHelper III
1 year ago
Solved

Power BI Displaying Counts differently in Service vs Desktop

Hi,

 

After publishing my report to service i am getting a difference in counts in a chart.

If i export data from the chart in service and desktop I am getting

 

Desktop - 

Report DateCount of PeoplePeople
3/1/2025 0:0057A
3/1/2025 0:0015B
4/1/2025 0:0058A
4/1/2025 0:0011B
5/1/2025 0:0056A
5/1/2025 0:0013B

 

PBI Service -

 

Report DateCount of PeoplePeople
3/1/202557A
3/1/202515B
4/1/202559A
4/1/202511B
5/1/202557A
5/1/202513B

 

 

Whats going on here? This never occured before. Shouldnt PBI service show exactly what I did in my PBI desktop?

  • thanks all for the replies. I clicked "reset filters slicers and other data view changes you've made" and it worked. Why does this work? Kind of confused with it.

     

    It seems like if i want accurate results i have to "reset" them each time I open the dashboard.

    I have disabled it in REport Settings -> Check Dont Allow Users To Save filters on this file for PBI Service

     

    It almost seems like a particular view is saved when I publish to PBI service and have to reset to default each time.

    Could this be related to bookmarks?

     

    After further investigation after unchecking "data" in my bookmarks (used for navigation) it seems to work. But why? I dont understand.

  • Hi wonka1234,

    Thank you for the update!

     

    The issue you observed is due to bookmarks saving filter/slicer states when the “Data” option is checked. Even if filters are not visibly changed, bookmarks can silently apply these saved states, resulting in differences in visuals.

    Also, Power BI Service may retain previous filter states even after changing settings such as "Don’t allow users to save filters." Clicking "Reset to default" clears these saved views and loads the original published state.

    Please follow these steps to resolve the issue:

    1. Uncheck “Data” in bookmarks used for navigation.

    2. Republish the report after verifying slicers are in their default state.

    3. Advise users to reset the view if visuals appear incorrect.

    If my response was helpful, consider clicking "Accept as Solution" and give us "Kudos" so that other community members can find it easily. Let me know if you need any more assistance!

     

    Regards,
    CST_Microsoft Fabric Community.

7 Replies

  • HI wonka1234,

    I would like to let you know that this should be Date Granularity Mismatch

    Desktop date column → shows full datetime (3/1/2025 0:00)

    Service date column → shows just date (3/1/2025)

    This indicates a data type formatting difference, and possibly a grouping difference in aggregation.

     

    Ensure your Report Date column is explicitly converted to Date (not datetime)

    ReportDate = DATE(YEAR([OriginalDate]), MONTH([OriginalDate]), DAY([OriginalDate]))

    Or in Power Query:

    Use Transform > Data Type > Date (not Date/Time).

    Rebuild visuals using this cleaned date column to avoid accidental mismatches due to time values.

     

    Thanks,
    If you found this solution helpful, please consider giving it a Like👍 and marking it as Accepted Solution✔. This helps improve visibility for others who may be encountering/facing same questions/issues.

    • wonka1234's avatar
      wonka1234
      Icon for Helper III rankHelper III

      ajaybabuinturi  tried it, it was already in "date" format and not "datetime". I also tried putting it at the end of my power query steps and still same result 😞

      • v-sgandrathi's avatar
        v-sgandrathi
        Icon for Community Support rankCommunity Support

        Hi wonka1234,

        Thank you for confirming that your Report Date column is in Date format and that placing the transformation at the end of Power Query did not resolve the mismatch. Here are the steps you should check:

        Use Performance Analyzer in Desktop to capture the exact DAX query being run and compare it with the Service version.
        In Desktop, view Performance Analyzer, start recording, and refresh the visual. Copy the DAX query and test it in DAX Studio or Tabular Editor.
        Even if the column is in Date format, locale differences can affect date interpretation. In Power BI Desktop, go to File, then Options, and check Regional Settings. In Power BI Service, review the workspace or tenant-level locale settings.
        There might be subtle differences in the underlying data between Desktop and Service due to refresh timing or source configuration.
        Sometimes, relationships between tables, especially on date fields, behave differently in Service due to refresh order or model inconsistencies. Open Model View and ensure the relationship between your fact table and date table is active. The join should be single-directional unless needed otherwise, and the cardinality should be correct.

         

        I'm attaching the resolved thread that should assist you in addressing the issue:
        Solved: power bi desktop shows different data than in powe... - Microsoft Fabric Community
        Solved: Data shows differently after publishing to service - Microsoft Fabric Community

         

        Please Accept as solution if this meets your needs and a Kudos would be appreciated.

        Thank you and we're happy to assist you on the Microsoft Fabric Community Forum.

  • thanks all for the replies. I clicked "reset filters slicers and other data view changes you've made" and it worked. Why does this work? Kind of confused with it.

     

    It seems like if i want accurate results i have to "reset" them each time I open the dashboard.

    I have disabled it in REport Settings -> Check Dont Allow Users To Save filters on this file for PBI Service

     

    It almost seems like a particular view is saved when I publish to PBI service and have to reset to default each time.

    Could this be related to bookmarks?

     

    After further investigation after unchecking "data" in my bookmarks (used for navigation) it seems to work. But why? I dont understand.

    • v-sgandrathi's avatar
      v-sgandrathi
      Icon for Community Support rankCommunity Support

      Hi wonka1234,

      Thank you for the update!

       

      The issue you observed is due to bookmarks saving filter/slicer states when the “Data” option is checked. Even if filters are not visibly changed, bookmarks can silently apply these saved states, resulting in differences in visuals.

      Also, Power BI Service may retain previous filter states even after changing settings such as "Don’t allow users to save filters." Clicking "Reset to default" clears these saved views and loads the original published state.

      Please follow these steps to resolve the issue:

      1. Uncheck “Data” in bookmarks used for navigation.

      2. Republish the report after verifying slicers are in their default state.

      3. Advise users to reset the view if visuals appear incorrect.

      If my response was helpful, consider clicking "Accept as Solution" and give us "Kudos" so that other community members can find it easily. Let me know if you need any more assistance!

       

      Regards,
      CST_Microsoft Fabric Community.

      • wonka1234's avatar
        wonka1234
        Icon for Helper III rankHelper III

        Whats strange is that i can still reset filters after disabling it. Or is it different because I am a member of the workspace? If i hover over it, it does say the author disabled filters, but i can still click it.