Count Rows in Changed Types Data
Count Rows in Changed Types Data
Labour day Offer ends tonight, you can get 25% off on enrolling in 2 or more courses at once. Use Code: SAVINGS25
BACK
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
53 54 55 56 57 58 59 60 61 62 63 64 65
Correct Incorrect
Review Question Summary
Unattempted
The correct answer is: Configure the Data source settings. This is the only option that makes sense: in fact, in the Power Query editor, by
going to Home> Data source settings, it is possible to update the origin of the data for the whole model you are working on.
All cells in the date column must contain a date. You want to replace null values with the date from the previous row.
Which command should you run in Power Query?
Replace Errors.
Remove errors.
Unattempted
The right answer is: Fill, and then Down. You are not required to remove any values, but to use some of the existing ones to fill the null cells.
The Fill function filled the values by replacing the null values with the value above. Check how to achieve this task here:
- [Link]
Create a table visual which contains all the dataset columns, then order columns by errors and blank values.
From Power BI Desktop, set a Page Filter that includes only errors and blank rows.
Unattempted
The right answer is: From Power Query, check the data profiling functionalities. Check how can you get a Profiling Report in Power BI here: -
[Link]
Append Queries.
Combine Files.
Merge Queries.
Merge Rows.
Unattempted
The right answer is: Append Queries. In this case, as you have additional rows of data that you’d like to add to an existing query, you need to
append the query. Examine a deep explanation between merge and append here: - [Link]
power-query
Category: PL-300
Consider the tables shown in the picture:
From Query Editor, add a SELECT statement that uses a WHERE clause.
Unattempted
The right answers are: 1. From Query Editor, add a SELECT statement that uses a WHERE clause. When you retrieve data from an SQL
Database, you can filter which range of data you want to work on by clicking Advanced Options
Read more here:
Unattempted
The right answer is: From the Extract menu, click Text After Delimiter. As you are required to reshape an existing column and not to create a
new one, the right menu to choose from is Extract: From here, by choosing the Text After Delimiter
option, you will able to specify the delimiter (-) and obtain the desired column configuration.
Reduce the list of queries by importing small parts of the original dataset.
Unattempted
The right answer is: Create a group of queries to classify the data-transformations. Check all the benefits of grouping queries here: -
[Link]
[Link]
[Link]
[Link]
[Link]
Unattempted
The right answer is: [Link] [Link] replaces an existing value with a new value in the specified columns of a table.
Check the difference between this function and [Link] one here: - [Link]
- [Link]
Category: PL-300
Consider a Power BI Model containing the tables shown in the picture.
Course[CourseName] contains NULL values. You plan to add a new column to the Course table that uses the following formula:
=if [CourseName]=null then “NA” else [CourseName]
Select the option available in the Query Editor to meet the goal.
Index Column.
Conditional Column.
Pivot Column.
Unattempted
The right answer is: Conditional Column. A conditional column is a column based on a condition imposed on an existing column. Examine in-
depth its potentials here: - [Link] Check the difference
with a Column from Examples here: - [Link]
What can you do to improve performance when you are getting data in Power BI?
Separate date and time into two distinct columns before importing them into Power BI.
Unattempted
The right answer is: Separate date and time into two distinct columns before importing them into Power BI. In order to improve our Power BI
model performances, it is really important to work at the data source level. Among the different techniques available to optimize the modeling
experience, there is the split between the date and time if they come from a single combined column. Check the following link to discover more
options: - [Link]
Add a Microsoft Excel data source and select all the files in the folder
Add every single file to the model and then use the Merge Queries command.
Add a folder data source and use the Combine Files command.
Add a folder data source and use the Append Queries command.
Unattempted
The right answer is: Add a folder data source and use the Combine Files command. Discover more here: - [Link]
ie/office/combine-files-in-a-folder-with-combine-binaries-power-query-94b8023c-2e66-4f6b-8c78-6a00041c90e4
You want to create a custom column that hides the first seven digits of the NationalCode. The values in the new column should be displayed in
the following format: xxx-xx-0000
Select the proper order of targets to complete the formula:
[Link] - [Link]
[Link] - [Link]
[Link] -[Link]
[Link] - [Link]
Unattempted
The right answer is: [Link] -[Link] If you focus on the first row, the question is asking you to convert the cell value 111-21-8932 into
xxx-xx-8932. In the M language, the text function that meets this purpose is [Link]: it returns the result of replacing all occurrences of
an existing text value (111-21-) into a new text value (xxx-xx-). The [Link] function is necessary to give to the [Link] function the
position of the replaced new values (7, in this case). Analyze them here: - [Link]
- [Link] What is the difference with [Link]? Follow the link to discover more:
- [Link]
Category: PL-300
You have connected a Microsoft SQL Server Analysis Services (SSAS) cube to Power BI Desktop, generating the following query:
The query retrieves 10,200 records. After checking the data source, you discover that there are 21,300 records.
How can you ensure that the query retrieves all 21,300 records?
Unattempted
The right answer is: Delete the Remove Duplicates steps. Check how it works here: - [Link]
duplicates-power-query-d9cffc69-dc5d-4d94-8b66-72779688874d
Unattempted
The right answer is: - Add an Index Column to Products Table. - Select a Product Table Column and click Remove Duplicates. Power Query
allows users to index rows in a table thanks to the "Add index column" tool. In order to get rid of the duplicated values it is necessary to
remove them by right clicking on selcted column in the Power Query Editor. Check how to create an Index Column from the scratch here:
- [Link]
You plan to create a relationship between the Enrollments table and the Courses table on the Course_ID column.
What task do you need to perform before creating the relationship?
Unattempted
The right answer is: In the Courses table query, use the [Link] function. In order to realize the relationship, the two
columns must be set with the same data type: the [Link] serves this purpose. Check the difference with the
[Link] here: - [Link] - [Link]
us/powerquery-m/table-transformrows
There is a relationship between tables, you want to create a report in Power BI Service that shows TotalPaid by EnrollmentDate and by
CourseName.
N.B. Only the required columns must be shown in the report.
Select the right configuration of EnrollmentID column and TeacherID column.
From Query Editor, click on "Choose Columns" and remove the TeacherID column, then in the report view hide the EnrollmentID
column.
From Query Editor, select EnrollmentID and click Remove other Columns then select TeacherID and click Hide.
From Query Editor, select EnrollmentID and click Remove Columns then select TeacherID and click Hide.
From Query Editor, select EnrollmentID and click Hide then select TeacherID and click Remove Duplicates.
Unattempted
The right answer is: From Query Editor, click on "Choose Columns" and hide the EnrollmentID column, then select TeacherID and click
Remove. You can remove columns in Power Query by clicking "Choose Column" from the Home Tab. EnrollmentID in necessary to realize the
relationship between the tables, so you can simply hiding it in the report view; while TeacherID is not useful for the described purpose, so you
can get rid of it.
Left Join.
Right Join.
Outer Join.
Inner Join.
Unattempted
The right answer is: Inner Join. This is the merging join type that returns only the rows existing in both the left and right table.
You plan to create a relationship between the Courses table and another table called Enrollments.
Which function let you optimize the query for Courses before creating the relationship?
[Link]
[Link]
[Link]
[Link]
Unattempted
The right answer is: [Link] The Course table has some duplicates: thanks to the table function [Link], you can remove
duplicated rows from the selected table. Check the difference between [Link] and [Link] here: - [Link]
us/powerquery-m/table-distinct - [Link]
Unattempted
The right answer is: Thanks to the column quality tool in Power Query. Data profiling is a Data Preview option in the Power Query Editor useful
to better understand the data inside your tables. Column quality, Column distribution and Column profile are all available tools. You can
discover how to activate them by following these guidelines: - [Link]
From Query Editor, open Advanced Editor and use [Link] function.
From Query Editor, select the StudentID column and click Remove Errors.
From Query Editor, select the StudentID column. Click Replace Errors and set a value of 0.
From Query Editor, open Advanced Editor and use [Link] function.
Unattempted
The right answer is: From Query Editor, select the StudentID column. Click Replace Errors and set a value of 0.
Category: PL-300
Consider a Power BI report that contains a Pie chart and a Line chart on the same page. The Line chart displays the total Enrollments by Year,
while the Pie chart displays the total Enrollments by course.
You want to ensure that when you select a year on the Line chart, the Pie chart remains unchanged.
How can you perform this task?
Delete the relationship between the Enrollments table and the Date table.
Set a visual level filter on the report page.
Unattempted
The right answer is: Edit the interactions from the Format menu. Check here how to control visuals interactions:
- [Link]
Key Influencers.
Bar chart.
Scatter plot.
Area chart.
Unattempted
The right answer is: Scatter plot. The Scatter Plot visual allows identifying the outliers. They are an observation of data that does not fit the rest
of the data. Check how to set up the Scatter plot here: - [Link]
You don't need to perform any action: R scripting is available in Power BI Desktop by default.
Download and install RStudio on the computer that has Power BI Desktop installed.
Download and install Microsoft R on the computer that has Power BI Desktop installed.
Unattempted
The right answer is: Download and install Microsoft R on the computer that has Power BI Desktop installed. Discover how to create your R
visuals here: - [Link] - [Link]
reports/desktop-r-visuals
Filter the donut charts by using the slicer, then create bookmarks.
Configure page level filters, and then create groups that use the Bin group type.
Configure drillthrough filters for each bar chart, and then select Selection Pane.
Configure report level filters, and then create groups that use the List group type.
Unattempted
The right answer is: Filter the bar charts by using the slicer, then create bookmarks. Check how to configure bookmarks, and how to play with
slicers here: - [Link] - [Link]
KPI.
Gauge.
Key Influencers.
Unattempted
The right answer is: KPI. In order to meet the Enrollments Manager requirements, you have to set up the "Trend Axis" available in the KPI
visual. Check how KPI visual works here: - [Link]
Unattempted
The right answer is: You should add the following command to the script: [Link](); Without this command, the script is not complete.
Check how Python and Power BI interact here: - [Link]
- [Link]
Disable the tooltip option from the Format pane of the Stacked Column Chart.
Unattempted
The right answer is: Create a new report page and set it as Tooltip. Check how to customize tooltips in Power BI here:
- [Link] - [Link]
reports/desktop-tooltips
No
Yes
Unattempted
The right answer is: No. This solution doesn't work because the Drill Down feature is not currently available for dashboards experience. You
have to share the data as a report with your colleagues.
Reports.
Dashboards.
Datasets.
Workbooks.
Unattempted
The right answer is: Datasets. Check how to enable and use Q&A and Cortana from Power BI Service and Power BI Desktop here:
- [Link]
Select the visualization you want to add to the report, then edit their color properties from the Format Pane.
Configure an XML file and then import it in Power BI Desktop as Custom Theme.
Configure a JSON file and then import it in Power BI Desktop as Custom Theme.
Access to Power BI Theme Gallery and import a blank theme, then customize it.
Unattempted
The right answer is: Configure a JSON file and then import it in Power BI Desktop as Custom Theme. Check how to use report themes here:
- [Link]
Unattempted
The right answer is: Edit Synonyms from Power BI Desktop. A good practice to improve the Q&A experience is adding synonyms from the
Power BI Desktop Model view. Check how to do it here: - [Link]
practices#:~:text=To%20add%20synonyms%2C%20in%20Power,column%20or%20table%20introduces%20ambiguity.
In the Legend field, add ProvState. In the Axis field, add Country and City.
In the Value field add all the columns in the following order: Country, ProvState, City.
In the Value field, add Country. In the Axis field, add ProvState and City.
In the Axis field, add all the columns in the following order: Country at the top, followed by ProvState and City.
Unattempted
The right answer is: In the Axis field, add all the columns in the following order: Country at the top, followed by ProvState and City. Check the
full procedure to configure a drill experience in a visual here: - [Link]
Category: PL-300
You are building a complex report in Power BI, full of visuals.
You want to be sure that the user will read it in a logical way when he/she uses the keyboard.
On what should you have to work on?
Filters hierarchy.
Tab order.
Page order.
Layer order.
Unattempted
The right answer is: Tab order. Tab order is the order in which users interact with the items on a page using the keyboard. In order to change
the default order, from the View tab it is possible to open the Selection pane and select Tab order. Check here the interaction between the
keyboard navigation and your reports: - [Link]
You try to create a map to show Enrollments by Area, but you find out that the map doesn’t work.
What can you do to fix the map visualization?
Create a table named Country and create a relationship with the Enrollments table.
Select the Area field. From the Modeling tab, change the Data Category.
Select the Area field. From the Modeling tab, change the Data Type.
Unattempted
The right answer is: Select the Area field. From the Modeling tab, change the Data Category. In the Report View or Data View, you can specify
the data category for a column so that Power BI Desktop knows how to treat its values when in a visualization. Check how to specify data
categories here: - [Link]
Delete the query, import the data into Microsoft One Drive for Business, and then from Power BI Service connect to the [Link] by
clicking import.
Unattempted
The right answer is: Change the Data Type of Enrollments amount column to Whole Number. Data Types and Data Categories are often automatically
attributed by the Power BI intelligence when data sources are imported into the model. Sometimes, it happens that those software engine
assumptions need to be manually changed in order to make our report work: that's the case. Here, the Enrollment values had been probably
transposed as a text type. Check how many Data Types you have, and how you can aggregate them here: - [Link]
bi/connect-data/desktop-data-types - [Link]
aggregates#:~:text=Types%20of%20data&text=The%20service%20can%20even%20aggregate,distinct%20occurrences%20of%20each%20category.
Unattempted
The right answer is: Create a relationship between the StoreVisits and the Date table. A lot of visual problems often come from issues in
relationships between the data they are intended to show. Without a relationship, in fact, a visual that combines data from two different tables
will not work properly.
38. Question Report Question
Unattempted
The right answer is: Create a Paginated Report. When you print a report as [Link] in Power BI, only the current view will be printed: therefore,
if you stop scrolling a table visual with multiple rows, the only rows that will be printed are the ones you saw on the page. To solve this
limitation you can use the Paginated Reports: [Link]
power-bi
After you have created a stacked bar chart to display CourseName by StartingDate, you notice that the axis shows all the individual dates. You
want to set the drill down in the chart to display CourseName by year, by week, and day.
What is the first task to do?
From the Format Pane of the Chart set the type of the Y-Axis to Categorical.
Create a new table that has columns for the date, year, week, and day.
From the Format Pane of the Chart set the type of the X-Axis to Categorical.
Unattempted
The right answer is: Create a new table that has columns for the date, year, week, and day. When a column is formatted as a date, Power BI
will display a drillable hierarchy of year, quarter, month and days, but not of week. You have to create a column that includes it.
[Link]
Power BI Service
JavaScript
Unattempted
The right answer is; [Link] Check how to install the developer environment here: - [Link]
bi/developer/visuals/custom-visual-develop-tutorial
Value: Total Enrollments this Year - Maximum Value: Total Enrollments this Year - Target Value: Total Enrollments Last Year
Value: Total Enrollments this Year - Maximum Value: Total Enrollments last Year - Target Value: Total Enrollments Last Year
Value: Total Enrollments last Year - Maximum Value: Total Enrollments last Year - Target Value: Total Enrollments this Year
Value: Total Enrollments last Year - Maximum Value: Total Enrollments this Year - Target Value: Total Enrollments Last Year
Unattempted
The right answer is: Value: Total Enrollments this Year - Maximum Value: Total Enrollments last Year - Target Value: Total Enrollments Last
Year Check how to set a Gauge diagram here: - [Link]
Unattempted
The right answer is: Because of Default Summarization on Enrollments. Discover more about the Default Summarization here:
- [Link]
Unattempted
The right answers are: - Decomposition tree visuals. - Use the Key Influencer visual. Check how these visuals work here: -
[Link] - [Link]
bi/visuals/power-bi-visualization-influencers
Add each user to the app workspace and give him "member" permissions.
Create an Office 365 Group named "all organization users" and give it app workspace "member" permissions.
Create an Office 365 group named "all organization users" and share the link to get the App.
Ask the PowerBI admin for enabling permission to install the app automatically to all users.
Unattempted
The right answer is: Ask the Power BI admin for enabling permission to install the app automatically to all users. Check how to automatically
install apps here: - [Link]
45. Question Report Question
From Power BI Service, create a report - From Power BI Service share the report in the App Workspace - From the App Workspace
settings, allow User_01 to export data from the report.
From Power BI Service, create a report - From Power BI Service share the report with User_01.
From Power BI Desktop, add a data source - From Power BI Desktop, create a report - From Power BI Desktop, publish the report
to the Power BI Service.
From Power BI Desktop, create a report - From Power BI Desktop, publish the report to the Power BI Service - Deploy an On-Premises
Data Gateway (personal mode).
Unattempted
The right answer is: From Power BI Desktop, add a data source - From Power BI Desktop, create a report - From Power BI Desktop, publish
the report to the Power BI Service. User_01 is already a member of the workspace. You don't need extra-steps after you publish the report to
the shared workspace.
Category: PL-300
You have a report named Sales in an app workspace named Sales_BI. User_01 is a member of the Sales_BI.
You have enabled the option ”Allow users to build new content using the underlying dataset” from the report settings.
What will happen to the underlying dataset? Select the true statements.
You haven't made a copy of the dataset. The dataset still resides in its original location.
You have made a copy of the dataset. The dataset is duplicated in your workspace.
Unattempted
The right answers are: - You haven't made a copy of the dataset. The dataset still resides in its original location. - Row-level security
restrictions on the dataset are in effect. Check how to create reports based on datasets from different workspaces here:
- [Link]
Create a Power BI app that contains all the reports and give access permissions to the sales managers.
Create a new workspace, duplicate the datasets and reports, add the sales managers as owners of the workspace.
Publish the reports to a workspace and store the datasets in another one.
Unattempted
The right answer is: Create a Power BI app that contains all the reports and give access permissions to the sales managers. RLS can't restrict
access to the layout of the report. With Apps, users can interact with the app content but can't modify it.
Check the activity log by using the Power BI Management cmdlets for PowerShell.
Request to the Power BI admin enabling usage metrics for content creators.
Go to the Health tab in the Capacity settings area in the Admin portal.
Unattempted
The right answer is: Request to the Power BI admin enabling usage metrics for content creators. Check how to Monitor usage metrics for
Power BI dashboards and reports here: - [Link]
From Excel, import the workbook to PowerBI Desktop, then publish it to PowerBI Service.
From the Power BI service, import the data from the Excel workbook.
Unattempted
The right answer is: From the Power BI tab in Excel, pin the table. Check how Pin a tile to a Power BI dashboard from Excel here:
- [Link]
In the Power BI service's Settings page, select the Datasets tab, choose the dataset that uses DirectQuery, and select Edit
credentials.
Deploy an on-premises data gateway (personal mode). Connect to the data by using the DirectQuery Data Connectivity mode.
Deploy an on-premises data gateway (personal mode). Connect to the data by using the Live Connectivity mode.
Deploy an on-premises data gateway. Connect to the data by using the DirectQuery Connectivity mode.
Unattempted
The right answer is: In the Power BI service's Settings page, select the Datasets tab, choose the dataset that uses DirectQuery, and select
Edit credentials. The Azure SQL Database can work in DirectQuery Mode without using an on-premises data gateway. Check more details
here: - [Link]
Category: PL-300
A Power BI user in your organization has published a report to the Web. The report contained sensitive data.
What can you do to prevent the reports from being published on the Web?
From Azure AD remove the PowerBI Pro license from the user.
From the Power BI Admin portal, disable the Publish to web setting.
Unattempted
The right answer is: From the Power BI Admin portal, disable the Publish to web setting. Check how Publish to Web settings work here:
- [Link]
codes/
52. Question Report Question
Tiles.
KPIs.
Unattempted
The right answer is: Microsoft Information Protection sensitivity labels. Microsoft Information Protection sensitivity labels provide a simple way
for your users to classify critical content in Power BI without compromising the access to the content. Check here how IPSL work:
- [Link]
Category: PL-300
Your organization plan to use the Power BI Service to get several visualizations from data stored in a custom application.
The developers ask for pushing data into the Power BI Service from the custom app.
How can you ensure this task?
Go to Office 365 Admin portal and register a web app.
Go to Tenant Setting from PowerBI admin portal and set the API permissions.
Unattempted
The right answer is: Go to [Link]/apps and register an application. The first step you should do is to register a new app and select
the Power BI APIs that your application needs. This task is achievable in two ways: from the Power BI Application Registration Tool and from
the Azure Portal. Check the complete procedure here: - [Link]
with-the-power-bi-application-registration-tool
Fit to Width.
Custom size.
16:09
Actual Size.
Unattempted
The right answer is: Actual Size. Check all the page display settings in a Power BI report here: - [Link]
bi/create-reports/power-bi-report-display-settings
Create a column from examples and fill it with positive values only from the total_sales column.
Select the total_sales column and delete all the negative values.
Unattempted
The right answer is: Select Column profile, and then select the total_sales column. The data profiling tools provide effective ways to clean,
transform, and understand data in Power Query Editor. Check all the features here: - [Link]
profiling-tools
The Sales table contains one million records per month. You want to minimize the data model size. Plus, you want to count sales by Date and
Store. How can you meet the two goals?
Use the Group by function in Power Query, aggregating sales by DateKey and StoreKey using Sum as operation.
Use the Group by function in Power Query, aggregating sales by DateKey and StoreKey using Count Rows as operation.
Unattempted
The right answer is: Use the Group by function in Power Query, aggregating sales by DateKey and StoreKey using Count Rows as operation.
Power Query offers a useful tool to summarize rows and count a certain number of records. It is possible to group by one or more columns: the
result is a table with a fewer number of rows. Here is what happens with our Sales table:
Check the following
Unattempted
The right answer is: ColumnA: TRIM - ColumnB: CLEAN In the Power Querry editor, select the text column you want to shape and the right
click on them. This menu will appear: Trim is used to getting rid of white spaces,
AFTERDELIMITER - REMOVERANGE
POSITIONOF - REMOVERANGE
POSITIONOF - TRIMEND
AFTERDELIMITER - RELATIVEPOSITION
Unattempted
The right answer is: AFTERDELIMITER - RELATIVEPOSITION Your goal is to transform the value ''7271-1123x998'' into ''998''.
[Link] returns the portion of a text after the specified delimiter: in this case, our delimiter is ''x''. The [Link] in
the formula is a piece of optional information: it is working as an index, to specify which occurrence of the delimiter should be considered and
that the indexing needs to be done from the end of the input. Check their syntax here: - [Link]
afterdelimiter
Power Query.
Calculated column.
Format settings.
DAX Formula.
Unattempted
The right answer is: Format settings. It is possible to manually set Minimum, Maximum, and Target values from the Format pane:
Check how to set a Gauge diagram here:
- [Link]
In the Analitycs pane for the clustered bar chart, add a Percentile line set to 50%.
In the Format pane for the clustered bar chart, add a Constant line and set it to 0.5.
In the Analitycs pane for the clustered bar chart, add a Constant line and set it to 0.5.
In the Analitycs pane for the clustered bar chart, add a Trend line.
Unattempted
The right answer is: In the Analitycs pane for the clustered bar chart, add a Percentile line set to 50%. The Analytics pane is a subsection of
the Visualizations pane in Power BI. It is a great feature that gives the opportunity to add dynamic reference lines to some visuals. Here is
what happens in our question's context:
Check the link to discover more options for the Analytics pane: - [Link]
pane
Unattempted
The right answer is: Add the DiscountAmount column on the tooltip. Check how to customize tooltips in Power BI here: -
[Link] - [Link]
reports/desktop-tooltips
Consider a new table named SchoolYearDate which has the same columns schema as the Date table. You want to create a report that shows
the total Enrollments by SchoolYearDate and Calendar Month.
How can you achieve the task?
Add SchoolYearDate to the model and create a one-to-many relationship with the Enrollments Table.
Delete Date Table and use SchoolYearDate as the main Date table.
Unattempted
The right answer is: Append SchoolYearDate into the Date table. The Date table and the SchoolYearDate one have the same structure:
since you want to filter the Enrollment report by SchoolYearDate as well as by Calendar Month, you can append them into one query. To
create a report that shows the total enrollments by both SchoolYearDate and Calendar Month, follow these steps:
Based on these steps, the correct answer is B. Append SchoolYearDate into the Date table. Sources: [Link]
us/credentials/certifications/resources/study-guides/pl-300 [Link] Check the Append
applications here: [Link]
Category: PL-300
You create a Power Bl dataset from your organization’s data warehouse using DirectQuery with the tables shown in the below schema exhibit.
You create a calculated table named Country from the dataset for unique values of country in the table named Customer.
You generate visualizations for the sales data including showing sales by product manager. The product manager data is not in the data
warehouse. The product manager data is in an Excel workbook on your local computer as shown in the Workbook exhibit below.
You do not have the Power BI On-Premises Gateway installed. You need to explain to the user when the data in the visualizations was last
refreshed.
Visuals referring to the Product Managers table show the values from..
Unattempted
Visuals referring to the Product Managers table show the values from when the workbook was last loaded. Refresh is not supported for Excel
workbooks imported from a local drive. If you need Excel data to be updated when the dataset is refreshed, you should move the worksheet to
OneDrive for Business or install the Power BI On-Premises Gateway.
Connect to the files with Folder connector and use the Combine Binaries functionality
Connect to a new file each month, perform transformations, and use Append function in Power Query Editor to combine all targets in the
same table
Unattempted
Connecting to files separately will take time if there are a lot of files in the folder. It's always better to connect to the folder if files have the same
structure. If you copy new files in that folder with the same structure, that file will be loaded automatically without doing any change to data
sources.
Unattempted
The answer is: From the properties of the datasets, modify the Q&A settings. Check how to enable and use Q&A from Power BI Service with
the following screenshot:
Quick Links Important
Links
ABOUT US
Skillcertpro REFUND POLICY
FAQ
REFUND REQUEST
BROWSE ALL PRACTICE
TESTS TERMS & CONDITIONS
Privacy Policy