List of questions
Related questions
Question 126 - PL-300 discussion
You 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?
From Power BI Desktop, create a new role that has the following filter.[countryRegionName]= “United States” && [ProductCategory]= “Clothing”
Add the following filters in Query Editor.CountryRegionName is United StatesProductCategory is Clothing
From Power BI Desktop, create a new role that has the following filters.[CountryRegionName]= “United States”
Add the following filters to a report.CountryRegionName is United SatesProductCategory is Clothing
0 comments
Leave a comment first