Skip to content

Commit b6ae0e0

Browse files
authored
semantic model app
1 parent 119b81d commit b6ae0e0

1 file changed

Lines changed: 70 additions & 0 deletions

File tree

0_Azure/2_AzureAnalytics/0_Fabric/troubleshooting/1-known-errors.md

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,76 @@ Last updated: 2025-02-03
1212
> [!IMPORTANT]
1313
> Here is a brief overview of error messages and their solutions.
1414
15+
## Don't have access
16+
17+
```
18+
You don't have access to this content
19+
Please try again later or contact support. If you contact support, please provide these details
20+
```
21+
22+
<p align="center">
23+
<img width="550" alt="image" src="https://github.com/user-attachments/assets/8ad0d196-d4ee-4b47-8345-01d9c71dccdd" />
24+
</p>
25+
26+
> [!TIP]
27+
> Please ensure that the user is granted the appropriate permissions, whether it be for the workspace, app, or the report itself.
28+
29+
## Cannot load model
30+
31+
```
32+
Couldn't load the model schema associated with this report. Make sure you have a connection to the server, and try again.
33+
Please check the technical details for more information. If you contact support, please provide these details.
34+
```
35+
36+
<p align="center">
37+
<img width="550" alt="image" src="https://github.com/user-attachments/assets/7b824ef0-f4b1-4cfa-af32-89864751bdff" />
38+
</p>
39+
40+
> [!TIP]
41+
> Please ensure your Fabric capacity is on.
42+
43+
## Could not connect to the data source
44+
45+
```
46+
There was an error communicating with Analysis Services. Please verify that the data source is available and your credentials are correct.
47+
48+
If you contact support, please provide these details.
49+
```
50+
51+
> [!TIP]
52+
> If you encounter these errors, it's necessary to grant the appropriate `(semantic model, sql analytics endpoint, and the app` permissions for access.
53+
54+
<p align="center">
55+
<img width="550" alt="image" src="https://github.com/user-attachments/assets/7361815f-7a53-4ae7-80f9-5bd6e3033b59" />
56+
</p>
57+
58+
<p align="center">
59+
<img width="550" alt="image" src="https://github.com/user-attachments/assets/05fac487-647a-48c2-b2b9-d9f1f0b172ea" />
60+
</p>
61+
62+
63+
- Let's say you want only `viewer` permissions:
64+
65+
1. Need to give access to the lakehouse/sql analytics endpoint:
66+
67+
<img width="436" alt="image" src="https://github.com/user-attachments/assets/814f831f-19b8-4939-a3e2-618385c4827b">
68+
69+
> `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/>
70+
> - Query Data: Execute SQL `queries against the data stored in the Fabric environment`. <br/>
71+
> - Access Reports: `View and interact with reports and dashboards that rely on SQL data sources`. <br/>
72+
> - Data Analysis: `Perform data analysis and generate insights` using SQL-based data.
73+
74+
<img width="550" alt="image" src="https://github.com/user-attachments/assets/b87137f1-b464-43df-a04d-593a41b3131a">
75+
76+
2. Make sure the person already have access to the semantic model:
77+
78+
<img width="550" alt="image" src="https://github.com/user-attachments/assets/f5344f85-53f3-48dc-b0b1-6b3c5995bbd6">
79+
80+
> - Granting `Read, ReadData` access to the `semantic model, sql analytics endpoint` <br/>
81+
> - Grating `App audience` will enable the assigned identity to view it.
82+
83+
<img width="550" alt="image" src="https://github.com/user-attachments/assets/353d88ad-a4a7-4aef-aff4-d584901c29d8">
84+
1585

1686
<div align="center">
1787
<h3 style="color: #4CAF50;">Total Visitors</h3>

0 commit comments

Comments
 (0)