يستخدم Microsoft Power BI بشكل أساسي ل................. للأعمال ............البيانات
التحليلات والتصور أو التمثيل البياني
Analytics , Visualization
إذا كنت تريد إزالة جميع أحرف التحكم من قيمة النص. يمكن أن يشمل ذلك نهايات الأسطر وعلامات التبويب وما إلى ذلك. ستستخدم؟
if you want to remove all the control characters from the text value. This can include end of lines, tabs etc . you will use ?
Clean
When i want perform data modeling in Power BI , which icon/pane shall i use?
عندما أريد إجراء نمذجة البيانات في
Power BI،
ما هو الرمز/الوحة التي يجب أن أستخدمها؟
Using the Data view
What file format (extension) is used for Power BI files?
ما هو تنسيق الملف (الامتداد) المستخدم لملفات
Power BI؟
pbix
DAX , stands for:
Data Analysis Expressions (DAX) is a library of functions and operators that can be combined to build formulas and expressions in Power BI, Analysis Services, and Power Pivot in Excel data models.
تريد الوصول إلى البيانات الأساسية لنقطة بيانات (تاريخ) محددة في التصور المرئي. ما الذي يجب عليك اختياره؟
You want to access the underlying data for a specific data (Date) point in a visualization. What should you choose?
Expand /Collapse to next level
ما هي الخطوات الأولى للاتصال بجدول بيانات على ويكيبيديا من
Power BI Desktop؟
Get Data > Web > Enter Web URL
................... ........................... takes a column and moves through the values in it to fill any null values in the next rows until it finds a new value. This process continues on a row-by-row basis until there are no more values in that column.
The " fill down" operation
تمثيل مرئي للبيانات يوفر نظرة عامة سريعة على المقاييس الرئيسية
ما هي لوحة المعلومات في Power BI؟
لوحة التحكم
Dashboard
ما هي الطريقة لتصفية البيانات في في التمثيل المرئي؟
في
Power BI
Using a slicer
We use an .............. Function to group by one or more columns
نستخدم دالة .............. لتجميع البيانات حسب عمود واحد أو أكثر
"Aggregate" Function
إذا كان هناك عدة فواصل، فإن العمود المنقسم الأول يعتمد على الفاصل الأبعد إلى اليسار والعمود المنقسم الثاني يعتمد على بقية الأحرف على يمينه. ما هو اسمه؟
If there are several delimiters, the first split column is based on the delimiter farthest to the left and the second split column is based on the rest of the characters on its right. What is it called?
Left-most delimiter
To import and transform data from various sources, will happen in ?
لسحب وتحويل البيانات من مصادر مختلفة، سيحدث في ؟
Query Editor in Power BI
ستمكننا ميزة تحويل البيانات
Data transformation
تنظيف البيانات
Data Cleansing
Which of the following illustrates a Many to One relationship?
1) Many banana trees planted in more than 1 garden
2) One banana tree having many bananas on the tree
3) Many gardens having no banana trees
4) Many banana trees planted in a garden
Many banana trees planted in a garden
In the Power Query Editor, you have selected multiple columns. How do you set them all to the Whole Number data type
Click Data Type Any and select Whole Number.
You have a table, you have a field that gives you the CustomerGroup. You also have different prices applicable to that customer in the Tier 1 Price, Tier 2 Price, and Tier 3 Price fields. your goal is to create a new column with the name Final Price based on the value found in the CustomerGroup field. If the value in the CustomerGroup field is equal to 1, you want to use the value from the Tier 1 Price field; otherwise, you use the value from the Tier 3 Price.
what will you use?
Adding a conditional column
إذا كنت تريد إزالة جميع المسافات من بداية ونهاية كل قيمة نصية في الحقل، فستستخدم ؟
if you want to remove all spaces from the beginning and end of every text value in the field , you will use
Trim
يتضمن أحد أعمدة البيانات الخاصة بك المدينة والولاية و الرمز البريدي لعنوان البريد. تحتاج إلى فصل الحقول حتى تتمكن من الوصول إلى العناصر الجغرافية المكانية لتصور الخريطة. ما التحويل الذي يجب عليك تطبيقه؟
Split column
A customer may purchase 1 or many products. So the relationship between the customer table and the products table will be___________
One to Many