Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Community
Is there any way to subtract two expression on one dimension?
For example:
I want to know how many personnel are decreased / increased base on 2017/01 or 2017/02 , .....
Regard
May be this?
Count({<Date = {'2017-01','2017-02'}>}[Personnel name])
May be like:
=Count([Personnel name])-Above(Count([Personnel name]))
Dear Tresesco
thank for your reply
it work well
regard