> For the complete documentation index, see [llms.txt](https://docs.ngsurvey.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ngsurvey.com/ar/walkthroughs/power-bi-integration/reporting-with-power-bi.md).

# إعداد التقارير باستخدام Power BI

## 📃 قالب ngSurvey&#x20;

![](/files/3c8fb55f76ae0532a166f3170cd17d889e465cdf)

هذا هو القالب بالأسئلة الذي استخدمناه لإنشاء تقرير

{% hint style="info" %}
إجابات المستجيبين المعروضة هنا غير حقيقية وقد تم إنشاؤها خصيصًا لهذا العرض التوضيحي
{% endhint %}

## 📈 مثال تقرير ngSurvey

هنا يمكنك رؤية تقرير البيانات حسب كل سؤال من القالب الذي استخدمناه.

![](/files/b5619839efa0f6eced0b1f7e9e5db83fb744b2d2)

لدينا 930 مستجيبًا فريدًا من 33 دولة

![](/files/7cc14f2f74c5542010e1374453fa93db85220c67)

وفقًا للإجابات يمكنك أن ترى، على سبيل المثال، في أي مجال كم عدد الأشخاص يخططون لاستخدام الاستبيان

![](/files/dd6e9f51b7d3c28e16cb9781bb93a4e51bcf749a)

يُعرض مستوى التفضيل لكل درجة (من 0 إلى 10) وكمتوسط مستوى التفضيل لمجموع المستجيبين، والذي يساوي هنا 5.6 من أصل 10.

## 📊 مثال تقرير Power BI

لإنشاء تقرير أكثر شمولاً متعدد البيانات اعتمادًا على بيانات الاستبيان، اخترنا كسؤال قياسي السؤال **"ما مدى إحتمال أن توصي بخدمتنا لأصدقائك وزملائك؟"** لمراقبة النتائج وفقًا لـ:

1. **البلد** ("من أين أنت؟")
2. **العمر (**"كم عمرك؟")
3. **المؤهل العلمي** ("ما هو مستواك التعليمي؟")
4. **مجال الاستخدام** ("في أي مجال تخطط لاستخدام الاستبيان؟")

![](/files/dd562f20e3f499d4573f19af3402902018354741)

![](/files/6efee19e2424a95e2a40bcc51ff5d903280a39d7)

![](/files/7b6c49542da9c89bd9fbf64c6021c5e57a8a48f3)

![](/files/40beb3db35cd630e586342be3c7a1b7f4ebabd5b)

1. يوجد 930 مستجيبًا فريدًا
2. المتوسط الإجمالي لإجابة السؤال "ما مدى إحتمال أن توصي بخدمتنا لأصدقائك وزملائك؟" هو 5.59 من أصل 10
3. هذا **مخطط شجري مساحي** يعرض مستوى التفضيل وفقًا لبلد المستجيب. كلما ارتفع مستوى التفضيل كلما كان المربع أكبر
4. الـ **مخطط خطي** يعرض المتوسط العام لمستوى التفضيل وفقًا للعمر والخلفية التعليمية. يتم عرضه في 4 مجموعات حسب عمر المستجيبين التي تتضمن 5 تنويعات من الخلفية التعليمية
5. الـ **مجال الاستخدام** مرشح يتيح رؤية النتائج بشكل منفصل وفقًا لكل مجال. على سبيل المثال جميع نتائج المستجيبين الذين يخططون لاستخدام استبيانهم في العلوم.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.ngsurvey.com/ar/walkthroughs/power-bi-integration/reporting-with-power-bi.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
