Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
tonton
Frequent Visitor

Publish to web content not updating - sharepoint

I have a sharepoint list which contains a 'Due Date' column. I use this list as my dataset in my PowerBI Desktop

 

I created a column to count the DaysOverdue of the item using

 

=Duration.Days(Duration.From(DateTime.Date(DateTime.LocalNow())-[DueDate]))

 

 

Now I also created a column that if DaysOverdue > 0, "Overdue", "Not Overdue"

 

Initial values in the list shows that there are two(2) overdue items, but as the time pass by, today 09 September, another item reached the due date yesterday and the report should show three(3) overdue items but it's not showing the updated count.

 

I need to manually refresh and publish my power bi desktop for it to update in my publis

1 ACCEPTED SOLUTION
v-shex-msft
Community Support
Community Support

Hi @tonton ,

If you use sharepoint connector to get data and publish to power bi service, you need to setup gateway to handle refresh operations of these datasources. (It seems like sharepoint connector is recognized as on premise data source instead of online datasource)

You can consider to use sharepoint rest api and web connector to get data. it will be recognized as online datasource and not require gateway to refresh.

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

View solution in original post

1 REPLY 1
v-shex-msft
Community Support
Community Support

Hi @tonton ,

If you use sharepoint connector to get data and publish to power bi service, you need to setup gateway to handle refresh operations of these datasources. (It seems like sharepoint connector is recognized as on premise data source instead of online datasource)

You can consider to use sharepoint rest api and web connector to get data. it will be recognized as online datasource and not require gateway to refresh.

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.