Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hi
I trying to build a report on intranet usage, which should show the number of page views by sites.
In the data below, I would like the to count the number of page views by site:
http://contoso.sharepoint.com/sites/intranet/ has 52 page views
http://contoso.sharepoint.com/sites/intranet/hr/ has 12 page views
http://contoso.sharepoint.com/sites/intranet/hr/handbook has 8 page views
http://contoso.sharepoint.com/sites/intranet/sales/ has 12 paes views
http://contoso.sharepoint.com/sites/intranet/hr/sales/team1/ has 4 pages views
etc..
Can this be done in PowerBi? How?
The data, I've got looks like this. I've got one line per pages view in a Azure SQL DB.
Solved! Go to Solution.
Hi @Torbenan,
You should first import above data into Power BI desktop.
Then, to count page views per site, you can "Group by" data rows.
Regards,
Yuliana Gu
Hi @Torbenan,
You should first import above data into Power BI desktop.
Then, to count page views per site, you can "Group by" data rows.
Regards,
Yuliana Gu
| User | Count |
|---|---|
| 22 | |
| 20 | |
| 20 | |
| 19 | |
| 11 |
| User | Count |
|---|---|
| 62 | |
| 55 | |
| 46 | |
| 45 | |
| 34 |