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?
A . From Power BI Desktop, create a new role that has the following filter.[countryRegionName]= “United States” && [ProductCategory]= “Clothing”
B . Add the following filters in Query Editor.CountryRegionName is United StatesProductCategory is Clothing
C . From Power BI Desktop, create a new role that has the following filters.[CountryRegionName]= “United States”
D . Add the following filters to a report.CountryRegionName is United SatesProductCategory is Clothing
Answer: D
Explanation:
References: https://docs.microsoft.com/en-us/power-bi/power-bi-how-to-report-filter
Leave a Reply