Forum Discussion

Nile's avatar
Nile
New Member
3 years ago
Solved

Published report when refreshed shows date and data for December 2023

Hi all, I have developed a sales report.  The pbix file shows correct dates and data (current data i.e. May 2023) even when refreshed on pbix file, however when I publish and it get refreshed the reporting date (latest reporting date e.g. 19-05-2023) change to some December 2023 date and even data against it.  Though, of course there is not data beyond May 2023. 

  • I checked the date table as date table and the column of date as date.
  • I have checked the date in the facts table that if is formated as date.
Snip from PBIX file - which is correct

 

Snip from publised report

 


 

 

A diagnostic from the above for MTD is below:

 

 

  • in the power bi desktop file go to power query and make a step on the column data to data type "locale" select date, and specify the regional or country base date formate you want, this will avoid that if your pbix file and service service suspcroption are on a different region this will ensure to maintain the data or hour intigrity between them. 

     

    hope this helps. 

  • Nile's avatar
    Nile
    3 years ago

    Thanks Stefano, but how do I implement it.

    Thanks Nile

4 Replies

  • in the power bi desktop file go to power query and make a step on the column data to data type "locale" select date, and specify the regional or country base date formate you want, this will avoid that if your pbix file and service service suspcroption are on a different region this will ensure to maintain the data or hour intigrity between them. 

     

    hope this helps. 

    • Nile's avatar
      Nile
      New Member

      Thanks Stefano, but how do I implement it.

      Thanks Nile

  • Nile's avatar
    Nile
    New Member

    Stefano, what I mean is that, will I have to do it for each of the column in all the fact tables.  I have 4 fact tables with no. of columns ranging between 4 to 12.

    Thanks Nile

     

  • Nile's avatar
    Nile
    New Member

    Implemented and solved.  Thanks