Forum Discussion
Anonymous
5 years agoNot applicable
Hide values with calculate
Hi people, Im new in power bi and have a couple of questions with my data model, its very simple, I have the following measure to retrieve only Argentina Sales as you can see on "Visual A", ...
- Anonymous5 years ago
For Visual C just make a measure saying if(selectedvalue(country)="Argentina",sum(sales),blank and in tick the dropdown just select(show items with 0 data) and for visual D just untick this checkbox.
Anonymous
5 years agoNot applicable
For Visual C just make a measure saying if(selectedvalue(country)="Argentina",sum(sales),blank and in tick the dropdown just select(show items with 0 data) and for visual D just untick this checkbox.