|
| 1 | +# Fabric known errors - Overview |
| 2 | + |
| 3 | +Costa Rica |
| 4 | + |
| 5 | +[](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