Question 178 of 388
Single answerYou manage a Power BI model has a table named Sales and product.You need to ensure that a sales team can view only data that has a CountryRegionName value of United States and a ProductCategory value of Clothing.What should you do from Power BI Desktop?
AFrom Power BI Desktop, create a new role that has the following filter.[countryRegionName]= "United States" && [ProductCategory]= "Clothing"
BAdd the following filters in Query Editor.CountryRegionName is United StatesProductCategory is ClothingC.From Power BI Desktop, create a new role that has the following filters.[CountryRegionName]= "United States"
✓DAdd the following filters to a report.CountryRegionName is United SatesProductCategory is Clothing
✓
Correct Answer: D
Add the following filters to a report.CountryRegionName is United SatesProductCategory is Clothing
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Microsoft certification topics.