Skip to content

Commit edf30da

Browse files
authored
Merge 17b1e52 into 8811c0d
2 parents 8811c0d + 17b1e52 commit edf30da

3 files changed

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

0 commit comments

Comments
 (0)