Power BI provides services for its cloud-based business analytics. With these services, you can view and share reports via the Power BI website. Power BI is a web-based service for sharing reports. Power BI service can be best referred to as PowerBI.com, PowerBI workspace, PowerBI site, or PowerBI portal.
2
참고 답변
The main differences between self-service BI and managed enterprise BI are as follows:
Self-service BI facilitates ordered data incorporation, whereas managed BI makes it challenging to analyze data due to time constraints
With self-service BI, companies don't need to communicate through third-party sellers, whereas managed BI requires interactions with third-party sellers to fully benefit from their data sources
Although self-service BI doesn't require in-depth coding abilities, managed BI users must have the right coding skills to produce reports
커리어 가속
자격증을 취득하여 이력서를 돋보이게 하세요.
데이터 분석에 따르면 IT 자격증 보유자의 연봉은 평균 구직자보다 26% 높습니다. SPOTO에서 자격증 취득과 면접 준비를 동시에 진행하여 경력 성장을 가속할 수 있습니다.
1100% 합격률
22주간 덤프 연습
3자격증 시험 합격
3
참고 답변
DAX, or Data Analysis Expressions, is a formula language used in Power BI, Excel Power Pivot, and SQL Server Analysis Services for data modeling and calculations.
- Purpose: DAX is designed to perform data analysis and create complex calculations. It is used to create calculated columns, measures, and custom tables within Power BI.
- Syntax: Similar to Excel formulas but more powerful. DAX allows operations like aggregations, filtering, and conditional logic on related tables or relational data.
- Functions: DAX includes functions for math, statistics, logic, text, and time intelligence, helping you manipulate data and gain insights.
? DAX (Data Analysis Expressions) is a powerful formula language in Power BI for data modeling and creating complex calculations.
4
참고 답변
You can easily integrate interactive views from your Tableau Server or Tableau online onto webpages, blogs, web applications, or internet portals. But to have a look at the views, the permissions demand the viewer to create an account on the Tableau Server. To embed views, click the Share button on the top of the view and copy the embed code to paste it on the web page.
You can also customize the embedded code or Tableau Javascript APIs to embed views.
5
참고 답변
Power Map is an Excel add-in that provides you with a powerful set of tools to help you
visualize and gain insight into large sets of data that have a geo-coded component. It can help you produce 3D visualizations by plotting upto a million data points in the form of column, heat, and bubble maps on top of a Bing map. If the data is time stamped, it can also produce interactive views that display, how the data changes over space and time.
6
참고 답변
- Power Automate: Used for scheduling report refreshes and notifications.
- Scheduled Refresh: Set in Power BI Service to update data at specific intervals.
- REST API: Automates data import/export and report generation.
7
참고 답변
The Power Query business intelligence tool was built by Microsoft, enabling users to import, clean, and transform data.
All that's required is for you to write a query and, once written, run it. Its main benefit is that you can import data from various sources.
8
참고 답변
Use a calculated field with standard deviation:
IF [Profit] > (AVG([Profit]) + 2*STDEV([Profit])) THEN "High Outlier"
ELSEIF [Profit] < (AVG([Profit]) - 2*STDEV([Profit])) THEN "Low Outlier"
ELSE "Normal"
END
This flags customers present across multiple years.
9
참고 답변
The most important components of PowerBI are:
Power Query
Power View
Power Pivot
Power Map
Power Q&A
Power Desktop
Power Website
PowerBI Mobile App
10
참고 답변
Yes, I have trained a few colleagues on how to use Tableau in the past. When approaching the training process, my first priority was to determine their existing knowledge and experience with data visualization tools and their learning preferences. I believe that understanding someone's starting point and how they best learn is crucial to providing effective training.
Once I had an understanding of their background, I tailored my training approach to fit their needs. I began with explaining basic concepts, such as Tableau's interface, data connection, and basic functionality. To ensure they had a solid understanding of these concepts, I used a combination of hands-on exercises, real-life examples, and visual aids to illustrate the key points.
As we progressed, I moved on to more advanced features of the software, such as calculated fields, table calculations, and dashboard design. To help them retain the information, I encouraged practical application of these concepts through small projects that were relevant to their job responsibilities. This allowed them to see the immediate value of their new skills and helped to solidify their understanding of Tableau.
Throughout the training process, I made sure to check in regularly and ask for feedback on their progress, adjusting my approach as needed. By being flexible and adapting to their learning style, I was able to effectively teach them how to use Tableau and ensure they had the skills required to excel in their roles.
11
참고 답변
I created KPIs like revenue growth, customer churn rate, and inventory turnover. I used DAX measures with CALCULATE, DIVIDE, and time intelligence functions, and visualized them with KPI visuals and conditional formatting.
12
참고 답변
To handle performance issues in Tableau dashboards, I optimize data extracts and reduce data volume where possible. I also use efficient calculations and regularly monitor and tune the dashboard's performance to ensure it runs smoothly.
13
참고 답변
Whenever we set a context filter, Tableau generates a temp table that needs to refresh each and every time the view is triggered. So, if the context filter will be changed, the database needs to recompute and rewrite the temp table, which in turn slows down the performance.
14
참고 답변
Power BI supports multiple connectivity modes and offers several refresh options, providing flexibility in how your data is updated and displayed.
Connectivity Modes:
- Import mode: Data is imported into Power BI's memory and refreshed based on your settings. Ideal for small to medium-sized datasets that do not require real-time updates
- DirectQuery mode: Directly queries the data source for real-time updates. Suitable for large datasets where it's impractical to import all data
Refresh Options:
- Manual refresh: Manually refresh data by clicking on the 'Refresh Now' button
- Scheduled refresh: Set up a schedule to refresh your data at specific intervals
- Automatic page refresh (APR): Automatically refreshes the data on your report page based on a set time interval
Choosing the appropriate connectivity mode and refresh option ensures your data is up-to-date and displayed correctly, improving the reliability of your reports.
15
참고 답변
The difference between published data source and embedded data source is that,
Published data source: It contains connection information that is independent of any workbook and can be used by multiple workbooks.
Embedded data source: It contains connection information and is associated with a workbook.
16
참고 답변
Here are the main advantages of Power BI
Power BI integrates well with the existing application
It contains rich and personalized Dashboards.
publishing reports in a secure way
Quick accessibility to data means there is no speed and memory issue
17
참고 답변
I create a single semantic model and use row-level security or report-level filters to tailor views. Alternatively, I use bookmarks and selection panes to toggle between versions within one report, reducing maintenance overhead.
18
참고 답변
Tables created in memory during calculation — not physical.
19
참고 답변
A semantic model in Power BI, previously known as a dataset, is the organized structure of underlying data used to build reports and dashboards. It includes tables, relationships, hierarchies, RLS (Row-Level Security) rules, measures, and other calculations.
? A semantic model in Power BI organizes all underlying data, including tables and calculations, used to build reports and dashboards.
20
참고 답변
In addition to business owners, Power BI is also used by business developers and business analysts.
Whereas business analysts analyze the data of a business and create graphs to present it, business owners view and examine the data using Power BI. In contrast, business developers help develop applications by incorporating data into different apps.
21
참고 답변
It is a stand alone application where we can make Power BI reports and then upload it to
Powerbi.com, it does not require Excel. Actually, it is a combination of Power Query, Power
Pivot, and Power View.
22
참고 답변
In Power BI Service, go to dataset settings and enable scheduled refresh. Set the frequency and time. Ensure the gateway is configured if Blob Storage is on-premises, or use cloud credentials.
23
참고 답변
Role enjoying Dimension: If one dimension is employed in multiple roles, then they are termed as Role enjoying Dimensions.
Example – Date for e-commerce site order (Date of Order, Date of Shipment, Date of delivery)
24
참고 답변
Here is an example of refreshing the dashboard for every 5 seconds.
All you need to do is replace the api src and server url with yours.
Tableau JavaScript API