Skip to content

Commit 4a9895c

Browse files
authored
Merge pull request #80 from MicrosoftCloudEssentials-LearningHub/known-errors-fabric
working on initial for known errors fabric
2 parents 8811c0d + af4ada5 commit 4a9895c

3 files changed

Lines changed: 176 additions & 5 deletions

File tree

0_Azure/2_AzureAnalytics/0_Fabric/demos/14_PbiManageAccess/0_PBi-wsApp.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Costa Rica
55
[![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/)
66
[brown9804](https://github.com/brown9804)
77

8-
Last updated: 2024-11-19
8+
Last updated: 2025-02-03
99

1010
------------------------------------------
1111

@@ -17,11 +17,13 @@ Last updated: 2024-11-19
1717

1818
2. Go to [Fabric](https://app.fabric.microsoft.com/), and assign the capacity created to the workspace desired.
1919

20-
<img width="248" alt="image" src="https://github.com/user-attachments/assets/f9847839-9827-4ba4-8ca8-0f71a6229acc"> <br/>
20+
<img width="248" alt="image" src="https://github.com/user-attachments/assets/f9847839-9827-4ba4-8ca8-0f71a6229acc"> <br/>
21+
22+
<img width="550" alt="image" src="https://github.com/user-attachments/assets/a93b9b06-e887-45f2-a621-29ebab58f845"> <br/>
2123

22-
<img width="550" alt="image" src="https://github.com/user-attachments/assets/a93b9b06-e887-45f2-a621-29ebab58f845"> <br/>
24+
> Select the `large semantic model only if your model exceeds 10 GB`. If not, use the small model. The large setup is for models up to 10 GB.
2325
24-
<img width="550" alt="image" src="https://github.com/user-attachments/assets/0b540105-e554-4056-b06c-cd3babc873e9">
26+
<img width="550" alt="image" src="https://github.com/user-attachments/assets/0b540105-e554-4056-b06c-cd3babc873e9">
2527

2628
3. Create a lakehouse to store your data:
2729

0_Azure/2_AzureAnalytics/0_Fabric/troubleshooting/README.md renamed to 0_Azure/2_AzureAnalytics/0_Fabric/troubleshooting/0-known-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Costa Rica
55
[![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/)
66
[brown9804](https://github.com/brown9804)
77

8-
Last updated: 2025-01-17
8+
Last updated: 2025-02-03
99

1010
----------
1111

Lines changed: 169 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,169 @@
1+
# Fabric known errors - Overview
2+
3+
Costa Rica
4+
5+
[![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/)
6+
[brown9804](https://github.com/brown9804)
7+
8+
Last updated: 2025-02-03
9+
10+
----------
11+
12+
> [!IMPORTANT]
13+
> Here is a brief overview of error messages and their solutions.
14+
15+
<details>
16+
<summary><b>List of References </b> (Click to expand)</summary>
17+
18+
- [What is the Microsoft Fabric Capacity Metrics app?](https://learn.microsoft.com/en-us/fabric/enterprise/metrics-app)
19+
- [Manage workspaces - Admin portal](https://learn.microsoft.com/en-us/fabric/admin/portal-workspaces)
20+
- [Manage your Fabric capacity](https://learn.microsoft.com/en-us/fabric/admin/capacity-settings?tabs=power-bi-premium)
21+
- [Install the Microsoft Fabric capacity metrics app](https://learn.microsoft.com/en-us/fabric/enterprise/metrics-app-install?tabs=1st)
22+
- [Ways to collaborate and share in Power BI](https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-how-to-collaborate-distribute-dashboards-reports)
23+
24+
</details>
25+
26+
<details>
27+
<summary><b>List of Errors </b> (Click to expand)</summary>
28+
29+
- [Don't have access](#dont-have-access)
30+
- [Cannot load model](#cannot-load-model)
31+
- [Could not connect to the data source](#could-not-connect-to-the-data-source)
32+
- [Upgrade your Power BI license](#upgrade-your-power-bi-license)
33+
- [Sporadic Access Error in Premium Workspace with Free Users](#sporadic-access-error-in-premium-workspace-with-free-users)
34+
35+
</details>
36+
37+
## Don't have access
38+
39+
```
40+
You don't have access to this content
41+
Please try again later or contact support. If you contact support, please provide these details
42+
```
43+
44+
<p align="center">
45+
<img width="550" alt="image" src="https://github.com/user-attachments/assets/8ad0d196-d4ee-4b47-8345-01d9c71dccdd" />
46+
</p>
47+
48+
> [!TIP]
49+
> Please ensure that the user is granted the appropriate permissions, whether it be for the workspace, app, or the report itself.
50+
51+
## Cannot load model
52+
53+
```
54+
Couldn't load the model schema associated with this report. Make sure you have a connection to the server, and try again.
55+
Please check the technical details for more information. If you contact support, please provide these details.
56+
```
57+
58+
<p align="center">
59+
<img width="550" alt="image" src="https://github.com/user-attachments/assets/7b824ef0-f4b1-4cfa-af32-89864751bdff" />
60+
</p>
61+
62+
> [!TIP]
63+
> Please ensure your Fabric capacity is on.
64+
65+
## Could not connect to the data source
66+
67+
```
68+
There was an error communicating with Analysis Services. Please verify that the data source is available and your credentials are correct.
69+
70+
If you contact support, please provide these details.
71+
```
72+
73+
> [!TIP]
74+
> If you encounter these errors, it's necessary to grant the appropriate `(semantic model, sql analytics endpoint, and the app` permissions for access.
75+
76+
<p align="center">
77+
<img width="550" alt="image" src="https://github.com/user-attachments/assets/7361815f-7a53-4ae7-80f9-5bd6e3033b59" />
78+
</p>
79+
80+
<p align="center">
81+
<img width="550" alt="image" src="https://github.com/user-attachments/assets/05fac487-647a-48c2-b2b9-d9f1f0b172ea" />
82+
</p>
83+
84+
Let's say you want only `viewer` permissions:
85+
86+
1. Need to give access to the lakehouse/sql analytics endpoint:
87+
88+
<img width="436" alt="image" src="https://github.com/user-attachments/assets/814f831f-19b8-4939-a3e2-618385c4827b">
89+
90+
> `Read All SQL Endpoint Data` permission allows users to access and read data from SQL endpoints within the Fabric environment. This permission is typically required for users who need to: <br/>
91+
> - Query Data: Execute SQL `queries against the data stored in the Fabric environment`. <br/>
92+
> - Access Reports: `View and interact with reports and dashboards that rely on SQL data sources`. <br/>
93+
> - Data Analysis: `Perform data analysis and generate insights` using SQL-based data.
94+
95+
<img width="550" alt="image" src="https://github.com/user-attachments/assets/b87137f1-b464-43df-a04d-593a41b3131a">
96+
97+
2. Make sure the person already have access to the semantic model:
98+
99+
<img width="550" alt="image" src="https://github.com/user-attachments/assets/f5344f85-53f3-48dc-b0b1-6b3c5995bbd6">
100+
101+
> - Granting `Read, ReadData` access to the `semantic model, sql analytics endpoint` <br/>
102+
> - Grating `App audience` will enable the assigned identity to view it.
103+
104+
<img width="550" alt="image" src="https://github.com/user-attachments/assets/353d88ad-a4a7-4aef-aff4-d584901c29d8">
105+
106+
## Upgrade your Power BI license
107+
108+
```
109+
To use Power BI Premium Per User features, upgrade your license.
110+
```
111+
<p align="center">
112+
<img width="550" alt="image" src="https://github.com/user-attachments/assets/317b8012-5ae3-4e6d-84bb-367602bdf179" />
113+
</p>
114+
115+
> [!TIP]
116+
> This means that the workspace is supported by a `Premium per-user` license. You are attempting to access content with either a `Pro` user license or a `Free` user license. To resolve this issue, it is recommended to either purchase the necessary PPU license for the user or support the workspace with an F64 capacity, allowing free users to view the content. If editing permissions are still needed, those users will require a Pro license.
117+
118+
<img width="550" alt="image" src="https://github.com/user-attachments/assets/15b972bb-0c55-4f00-9f65-4aabb34cfa32" />
119+
120+
<img width="550" alt="image" src="https://github.com/user-attachments/assets/f2250cdc-8377-4403-b50f-f0ee39428812">
121+
122+
## Sporadic Access Error in Premium Workspace with Free Users
123+
124+
> User experiencing sporadic access errors when trying to access content in a Premium workspace. The error message indicates that the content is only available to Power BI Pro users, even though the workspace is hosted on Premium capacity.
125+
126+
> [!TIP]
127+
> - `Licensing Confusion`: Power BI Pro and Power BI Premium are different licenses. Pro is for individual users, while Premium is for capacity. `Free users can view reports in a Premium workspace, but they cannot manage or edit content without a Pro license`. <br/>
128+
> - `User Permissions`: If a user is an admin, member, or contributor in a workspace, `they need a Pro license to edit or modify reports, even in a Premium workspace`. <br/>
129+
> - `Intermittent Connectivity Issues`: Network issues or temporary connectivity problems can cause licensing checks to fail, resulting in access errors. <br/>
130+
131+
> [!IMPORTANT]
132+
> If all previous tips do not work, please consider the following steps
133+
134+
1. `Create a New Capacity in Microsoft Fabric`:
135+
- Go to the [Fabric](https://app.fabric.microsoft.com/) and select the gear icon (⚙) to open the Admin portal.
136+
137+
<img width="550" alt="image" src="https://github.com/user-attachments/assets/b0e026e4-89f2-4c5d-b1d4-37887e0a2bc3" />
138+
139+
- In the Admin portal, select `Capacity settings`/`Fabric Capacity`:
140+
- Click on `Set up new capacity`.
141+
142+
<img width="550" alt="image" src="https://github.com/user-attachments/assets/d23d1ca9-7911-40d6-bc26-b2e9dba964bf" />
143+
144+
145+
- Enter the required details such as capacity name, region, and size.
146+
- Select `Create` to set up the new capacity.
147+
148+
<img width="550" alt="image" src="https://github.com/user-attachments/assets/d5664583-0a82-4b32-afb0-144aa4b05e32" />
149+
150+
2. `Reassign Workspaces to the New Capacity`:
151+
- In the Admin portal, go to the `Workspaces` tab.
152+
- Select the workspace you want to move.
153+
154+
<img width="550" alt="image" src="https://github.com/user-attachments/assets/b0e026e4-89f2-4c5d-b1d4-37887e0a2bc3" />
155+
156+
<img width="550" alt="image" src="https://github.com/user-attachments/assets/eb576045-6099-478d-b3a1-6606da9e71c3" />
157+
158+
<img width="550" alt="image" src="https://github.com/user-attachments/assets/bb7e86c7-a8b5-4486-97fb-c89b87ed6f00" />
159+
160+
3. `Monitor the New Capacity`: Please click here to see more information about [Fabric Capacity Metrics + Monitoring Overview](https://github.com/MicrosoftCloudEssentials-LearningHub/Demos-ScenariosHub/blob/main/0_Azure/2_AzureAnalytics/0_Fabric/demos/20_FabricCapacityMetrics.md)
161+
- Install the Microsoft Fabric Capacity Metrics app from AppSource.
162+
- Go to the Power BI service, select `Apps`, and search for `Microsoft Fabric Capacity Metrics`.
163+
- Install and configure the app to monitor your capacity consumption and performance.
164+
- Use the app to identify any issues and make informed decisions on scaling or adjusting your capacity
165+
166+
<div align="center">
167+
<h3 style="color: #4CAF50;">Total Visitors</h3>
168+
<img src="https://profile-counter.glitch.me/brown9804/count.svg" alt="Visitor Count" style="border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;"/>
169+
</div>

0 commit comments

Comments
 (0)