Jan 31, 2024

Power BI to ignore or fitler certain values from the report using Calculated Column

 CountryCheck = IF((Dataset[Name]="ABC" && Dataset[Country]<> "Canada"),0,1)

more conditions can be added and apply filter CountryCheck !=0

No comments: