Skip to content

Commit ea6a5ca

Browse files
authored
Merge b6ae0e0 into 8811c0d
2 parents 8811c0d + b6ae0e0 commit ea6a5ca

3 files changed

Lines changed: 96 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: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
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+
## 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+
85+
86+
<div align="center">
87+
<h3 style="color: #4CAF50;">Total Visitors</h3>
88+
<img src="https://profile-counter.glitch.me/brown9804/count.svg" alt="Visitor Count" style="border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;"/>
89+
</div>

0 commit comments

Comments
 (0)