Forum Discussion
PowerBI Visuals are not refreshing after published
- Anonymous4 years ago
Hi jhauw74 ,
You can try the following ways:
1. If there is a Boolean data type in your dataset, it may cause this to happen. You can modify the Power BI filter to solve it:
2. Whether the functions of Now() and Today() exist in your dax formula, the Today() function on the Power bi service returns today’s value according to the UTC() time zone, while the Today() function on the Power bi desktop shows the computer’s system time, so in Power bi service, your time zone and standard time are different, resulting in data not appearing.
https://radacad.com/solving-dax-time-zone-issue-in-power-bi
https://www.linkedin.com/pulse/power-bi-service-time-differences-how-fix-aaron-watsky
3. What does the refresh refer to, the refresh on the dataset or the refresh of the report, Make sure you have refreshed the dataset as below rether than part of data using in report.
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.