web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Copilot Studio / POWER BI in SharePoint
Copilot Studio
Unanswered

POWER BI in SharePoint

(0) ShareShare
ReportReport
Posted on by 43

Hi,

 

I have created a list in SharePoint and I am creating POWER BI report using the option provided in SharePoint.

 

I have created calculated column which is number and for some reason POWER BI is not reading it as number column.

 

Well I need SUM of the pending hours . How to do it in Power BI SharePoint. I cant go for Power BI desktop option since I need it in SharePoint platform.

 

Appreciate any help

 

amitkabadi_0-1630421423245.png

Regards

Categories:
I have the same question (0)
  • Expiscornovus Profile Picture
    33,867 Most Valuable Professional on at

    Hi @amitkabadi,

     

    Are you using Power Query to interact with the SharePoint List?

    https://docs.microsoft.com/en-us/power-query/connectors/sharepointonlinelist

     

    If so, can you try and transform it with the following Power Query code:

    let
     Source = SharePoint.Tables("https://contoso.sharepoint.com/sites/sourcesite", [ApiVersion = 15]),
     Navigation = Source{[Id = "a36ede88-5c99-47ee-96fe-c3c6e347d54a"]}[Items],
     #"Changed column type" = Table.TransformColumnTypes(Navigation, {{"Pending Hours", Int64.Type}}),
     #"Calculated sum" = List.Sum(#"Changed column type"[Pending Hours])
    in
     #"Calculated sum"

     

  • amitkabadi Profile Picture
    43 on at

    @Expiscornovus 

     

    I am new to POWER BI app

     

    Actually I am using the SharePoint & Power BI  Integration app as shown below

     

    amitkabadi_0-1630497575016.png

     

     

    amitkabadi_4-1630498232081.png

     

     

    Unfortunately here we don't have option to Transform data like we have in POWER BI desktop app

     

    Regards

  • Expiscornovus Profile Picture
    33,867 Most Valuable Professional on at

    Hi @amitkabadi,

     

    As far as I am aware Power Query is not available in that integration app, https://powerbi.microsoft.com/en-us/blog/quickly-create-reports-from-sharepoint-lists/. So, you can't use that Power Query code snippet I shared earlier in that approach.

     

    I was suggesting to use Power Query to transform that calculated field from the source data via a dataflow:

    https://docs.microsoft.com/en-us/power-bi/transform-model/dataflows/dataflows-create#create-a-dataflow-using-define-new-tables

     

    However, the usage of that feature does require some specific licensing

    Dataflows can be created by user in a Premium workspace, users with a Pro license, and users with a Premium Per User (PPU) license.

  • amitkabadi Profile Picture
    43 on at

    @Expiscornovus 

     

    Thanks a lot 

    Yes looks like there is no option at the moment . So I need check to on POWER BI desktop any bring those reports to SharePoint site 

     

    Regards

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Copilot Studio

#1
Valantis Profile Picture

Valantis 322

#2
Vish WR Profile Picture

Vish WR 240

#3
Romain The Low-Code Bearded Bear Profile Picture

Romain The Low-Code... 223 Super User 2026 Season 1

Last 30 days Overall leaderboard