{"id":14856,"date":"2026-09-17T07:48:17","date_gmt":"2026-09-17T07:48:17","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=14856"},"modified":"2026-09-17T07:48:17","modified_gmt":"2026-09-17T07:48:17","slug":"microsoft-pl-300-practice-test-questions-and-exam-dumps-part7-q121-140","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/microsoft-pl-300-practice-test-questions-and-exam-dumps-part7-q121-140\/","title":{"rendered":"Microsoft PL-300 Practice Test Questions and Exam Dumps Part7 Q121-140"},"content":{"rendered":"<h1><\/h1>\n<h2><b>View Full <\/b><a href=\"https:\/\/www.examlabs.com\/pl-300-exam-dumps\"><b>Microsoft PL-300 Exam Dumps<\/b><\/a><b> and Practice Test Dumps.<\/b><\/h2>\n<p>&nbsp;<\/p>\n<h3><b>Question 121<\/b><\/h3>\n<p><b>Which Power BI feature allows you to combine data from multiple tables into a single visual model by defining connections between related fields?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Relationships<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Bookmarks<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Themes<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Tooltips<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Relationships connect tables through matching columns and allow filters and calculations to work across the semantic model. For example, a Sales table can be connected to a Product table through ProductID, allowing product attributes to filter sales records. Relationships are an essential part of a well-designed Power BI model and are commonly used in star-schema structures. Bookmarks save report states, themes control formatting, and tooltips display additional information. Therefore, relationships are the appropriate feature for connecting related tables within a Power BI model.<\/span><\/p>\n<h3><b>Question 122<\/b><\/h3>\n<p><b>Which DAX function can return the highest value produced by an expression evaluated across rows of a table?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">MAX<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">MAXX<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">MIN<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">SUMX<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">MAXX is an iterator function that evaluates an expression for every row in a table and then returns the highest resulting value. This is useful when the value being evaluated must first be calculated for each row. For example, MAXX(Sales, Sales[Quantity] * Sales[UnitPrice]) can identify the highest transaction value. MAX operates directly on a column or expression, while MIN returns the smallest value and SUMX adds row-level results. Therefore, MAXX is appropriate when the maximum must be determined from a calculated expression.<\/span><\/p>\n<h3><b>Question 123<\/b><\/h3>\n<p><b>Which Power Query transformation should you use when you want to keep only the first 100 rows of a query?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Remove Bottom Rows<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Keep Top Rows<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Keep Range of Rows<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Remove Duplicates<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Keep Top Rows allows Power Query users to retain a specified number of rows from the beginning of a dataset. For example, entering 100 keeps the first 100 rows and removes the remaining records from the query result. This can be useful for testing, sampling, or preparing limited datasets. Remove Bottom Rows removes records from the end, Keep Range of Rows selects a specified range, and Remove Duplicates eliminates repeated records. Therefore, Keep Top Rows is the appropriate transformation for retaining the first 100 rows.<\/span><\/p>\n<h3><b>Question 124<\/b><\/h3>\n<p><b>Which Power BI visual is designed to display the relationship between two numerical measures using individual data points?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Scatter chart<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Card<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Gauge<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Funnel chart<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A Scatter chart displays individual data points based on two numerical measures, making it useful for identifying relationships, trends, clusters, and outliers. For example, advertising expenditure can be plotted against sales revenue to examine whether the two measures appear related. A Card displays a single value, a Gauge compares a value with a target, and a Funnel represents stages in a process. Therefore, a Scatter chart is the most appropriate visual when the goal is to analyze the relationship between two numerical variables.<\/span><\/p>\n<h3><b>Question 125<\/b><\/h3>\n<p><b>Which DAX function can return the number of days between two dates?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">DATEDIFF<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">DATE<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">DAY<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">TODAY<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">DATEDIFF calculates the difference between two dates according to a specified interval such as DAY, MONTH, or YEAR. For example, DATEDIFF(StartDate, EndDate, DAY) can calculate the number of days between a start and end date. DATE creates a date from individual components, DAY extracts the day number from a date, and TODAY returns the current date. Therefore, DATEDIFF is the appropriate DAX function when the requirement is to calculate the elapsed time between two dates.<\/span><\/p>\n<h3><b>Question 126<\/b><\/h3>\n<p><b>Which Power Query feature can be used to identify the number of distinct values or distribution of values in a column during data preparation?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Column profiling<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Merge Queries<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Append Queries<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Split Column<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Column profiling features in Power Query help users inspect data quality and understand column contents. Depending on the profiling options enabled, users can examine value distributions, column statistics, errors, and other information. This can help identify unexpected values, missing data, or unusual distributions before loading the dataset. Merge Queries joins tables, Append Queries combines rows, and Split Column separates values. Therefore, column profiling is the appropriate capability for examining the contents and quality of a column during data preparation.<\/span><\/p>\n<h3><b>Question 127<\/b><\/h3>\n<p><b>Which DAX function can return the minimum value generated by an expression evaluated for every row of a table?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">MIN<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">MINX<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">MAXX<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">SUMX<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">MINX evaluates an expression for every row of a table and returns the smallest resulting value. This makes it useful when the minimum value must be calculated from a row-level expression rather than directly from an existing column. For example, MINX(Sales, Sales[Quantity] * Sales[UnitPrice]) can identify the smallest calculated transaction amount. MIN returns the minimum from a column or expression, MAXX finds the largest row-level result, and SUMX adds results. Therefore, MINX is the appropriate function for this scenario.<\/span><\/p>\n<h3><b>Question 128<\/b><\/h3>\n<p><b>Which Power BI feature can automatically detect relationships between tables when data is loaded into a model?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Auto-detect relationships<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Bookmarks<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Tooltips<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Themes<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Power BI can automatically detect potential relationships between tables based on matching column names, data types, and available values. Auto-detect relationships can save development time when importing related datasets, although developers should review automatically created relationships to ensure they accurately represent the intended model. Bookmarks preserve report states, tooltips provide additional information, and themes control visual formatting. Therefore, Auto-detect relationships is the appropriate feature when Power BI should attempt to identify table relationships automatically.<\/span><\/p>\n<h3><b>Question 129<\/b><\/h3>\n<p><b>Which DAX function can return a value from a column in the current row context when a related table is available?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">RELATED<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">DISTINCT<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">FILTER<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">FORMAT<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">RELATED retrieves a value from a related table when a valid relationship exists between the current table and the related table. It is commonly used in calculated columns where information from a dimension table needs to be added to a fact table. For example, a Sales calculated column can use RELATED(Product[Category]) to retrieve the category associated with each product. DISTINCT returns unique values, FILTER creates a filtered table, and FORMAT converts values to text. Therefore, RELATED is the appropriate function for retrieving a corresponding value from a related table.<\/span><\/p>\n<h3><b>Question 130<\/b><\/h3>\n<p><b>Which Power Query operation is used to combine rows from multiple tables that have similar structures?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Append Queries<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Merge Queries<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Group By<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Pivot Column<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Append Queries combines rows from two or more tables into one query. It is particularly useful when datasets have the same or compatible column structures, such as separate monthly sales files that need to be combined into a single table. Merge Queries joins tables based on matching key values and normally adds columns from another table. Group By creates aggregations, while Pivot Column restructures values into columns. Therefore, Append Queries is the appropriate Power Query operation when the goal is to combine records from similar tables.<\/span><\/p>\n<h3><b>Question 131<\/b><\/h3>\n<p><b>Which DAX function can return the previous day based on the current filter context?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">PREVIOUSDAY<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">TODAY<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">DAY<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">DATE<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">PREVIOUSDAY returns a table containing the dates from the previous day based on the current filter context. It is used in time-intelligence calculations when a measure needs to compare a current result with the immediately preceding day. It generally works best with a properly configured date table. TODAY returns the current date, DAY extracts the day number from a date, and DATE constructs a date. Therefore, PREVIOUSDAY is the appropriate function when a DAX calculation needs to reference the previous day&#8217;s dates.<\/span><\/p>\n<h3><b>Question 132<\/b><\/h3>\n<p><b>Which Power BI visual is appropriate for displaying a single value along with a target comparison in a compact format?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Gauge<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Scatter chart<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Treemap<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Matrix<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A Gauge visual displays a single measure in relation to a target or goal. It is useful for KPIs where users need to understand progress toward a defined objective, such as monthly sales compared with a sales target. Scatter charts analyze relationships between numerical values, treemaps compare categories through proportional areas, and matrices display structured rows and columns. Therefore, a Gauge is appropriate when a report needs to present one value together with its target or performance range.<\/span><\/p>\n<h3><b>Question 133<\/b><\/h3>\n<p><b>Which Power Query transformation allows you to convert a column containing numbers stored as text into a numeric data type?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Change Type<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Group By<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Merge Queries<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Unpivot Columns<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Change Type allows Power Query users to assign the correct data type to a column. If numbers are imported as text, changing the type to Whole Number or Decimal Number makes the values suitable for mathematical calculations and numeric sorting. Correct data types are important for model behavior and accurate analysis. Group By summarizes records, Merge Queries combines tables, and Unpivot Columns restructures the dataset. Therefore, Change Type is the appropriate transformation when text-based numeric values need to be converted into a numeric data type.<\/span><\/p>\n<h3><b>Question 134<\/b><\/h3>\n<p><b>Which DAX function can calculate the average of an expression evaluated row by row?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AVERAGE<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AVERAGEX<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">SUMX<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">COUNTX<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">AVERAGEX is an iterator function that evaluates an expression for each row of a table and then calculates the average of the resulting values. It is useful when the average must be based on a calculation rather than an existing column. For example, AVERAGEX(Sales, Sales[Quantity] * Sales[UnitPrice]) can calculate the average transaction value. AVERAGE works directly with a column, SUMX calculates a sum of row-level expressions, and COUNTX counts expression results. Therefore, AVERAGEX is appropriate for row-by-row average calculations.<\/span><\/p>\n<h3><b>Question 135<\/b><\/h3>\n<p><b>Which Power BI feature allows report authors to apply a filter to multiple report pages at the same time?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Page-level filter<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Report-level filter<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Visual-level filter<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Drillthrough filter<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A report-level filter applies filtering criteria across the report, allowing the selected filter to affect multiple report pages. This is useful when a condition should consistently apply throughout the report. A page-level filter affects visuals on one page, while a visual-level filter affects only a specific visual. Drillthrough filters are used to pass selected values to detail pages. Therefore, a report-level filter is the appropriate choice when the same filtering condition needs to apply across multiple report pages.<\/span><\/p>\n<h3><b>Question 136<\/b><\/h3>\n<p><b>Which DAX function can return the first nonblank value when multiple expressions are evaluated in order?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">COALESCE<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">SUM<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">MAX<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">DISTINCTCOUNT<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">COALESCE evaluates expressions in sequence and returns the first expression that is not BLANK. It is useful when a report should display a fallback value when the primary measure has no result. For example, COALESCE([Current Sales], [Previous Sales], 0) can return the first available nonblank result. SUM performs addition, MAX identifies the largest value, and DISTINCTCOUNT counts unique values. Therefore, COALESCE is the appropriate DAX function when multiple possible results need to be checked until a nonblank value is found.<\/span><\/p>\n<h3><b>Question 137<\/b><\/h3>\n<p><b>Which Power BI feature allows you to create a reusable visual style for multiple reports or report pages?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Theme<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Relationship<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Slicer<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Drillthrough<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A Power BI theme defines consistent visual formatting such as colors, fonts, and other design properties. Themes can be applied to reports to establish a standardized appearance and reduce the need to format individual visuals repeatedly. This is especially useful when reports need to follow organizational design standards. Relationships connect tables, slicers provide filtering controls, and drillthrough provides navigation to detail pages. Therefore, Theme is the appropriate feature for establishing a consistent visual style across report content.<\/span><\/p>\n<h3><b>Question 138<\/b><\/h3>\n<p><b>Which DAX function can return the current month number from a date?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">YEAR<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">MONTH<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">DAY<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">DATE<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">MONTH extracts the month number from a date value. For example, MONTH(DATE(2026, 9, 15)) returns 9. This function can be used when creating calculated columns or supporting month-based analysis. YEAR returns the year component, DAY returns the day number, and DATE creates a date from individual components. Therefore, MONTH is the appropriate DAX function when the requirement is to obtain the numeric month associated with a date.<\/span><\/p>\n<h3><b>Question 139<\/b><\/h3>\n<p><b>Which Power Query transformation is useful for filling missing values by carrying the value from the row above into blank rows?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Fill Down<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Fill Up<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Group By<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Pivot Column<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Fill Down copies the last nonblank value downward into subsequent blank cells. This is useful when source data uses a hierarchical or grouped layout where a category or identifier appears only on the first row of a group. Filling the value downward makes every related record explicitly associated with that category. Fill Up performs a similar operation in the opposite direction. Group By summarizes data, while Pivot Column changes the table structure. Therefore, Fill Down is the appropriate transformation when missing values should inherit the value from the preceding row.<\/span><\/p>\n<h3><b>Question 140<\/b><\/h3>\n<p><b>Which DAX function can return the number of rows in a table after applying a filter condition?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">COUNTROWS<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">COUNT<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">COUNTA<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">DISTINCTCOUNT<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">COUNTROWS returns the number of rows in a table expression and can be combined with FILTER to count records that meet specific conditions. For example, COUNTROWS(FILTER(Sales, Sales[SalesAmount] &gt; 10000)) can count sales records exceeding a specified amount. COUNT counts numeric values in a column, COUNTA counts nonblank values, and DISTINCTCOUNT counts unique values. Therefore, COUNTROWS is the appropriate function when the requirement is to count rows from a filtered table expression.<\/span><\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>View Full Microsoft PL-300 Exam Dumps and Practice Test Dumps. &nbsp; Question 121 Which Power BI feature allows you to combine data from multiple tables into a single visual model by defining connections between related fields? Relationships Bookmarks Themes Tooltips Correct Answer: 1 Explanation Relationships connect tables through matching columns and allow filters and calculations [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[1648,1647],"tags":[],"_links":{"self":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/14856"}],"collection":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/comments?post=14856"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/14856\/revisions"}],"predecessor-version":[{"id":14935,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/14856\/revisions\/14935"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=14856"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=14856"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=14856"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}