Forum Discussion
Anonymous
7 years agoNot applicable
Need help
Hello All, I need to find something from my dataset which seems to be complicated for me, if anyone could help. As you can see in the data, once a tenant moves out the net rent might...
Anonymous
7 years agoNot applicable
v-chuncz-msft
7 years agoCommunity Support
Anonymous,
Drag measure below to visual level filter and set Show items when the value is greater than 1.
Measure =
CALCULATE (
DISTINCTCOUNT ( price_check[Net Rent/ sqm] ),
ALLEXCEPT ( price_check, price_check[Apartment Index] )
)
- Anonymous7 years agoNot applicable
Hi v-chuncz-msft Sam, I need something else, not what you have suggested.