I trying to obtain peak quareter hour in my data.
I tryed different formulas:
[Quarter Hourly] Where (Rank([TV_I];([Quarter Hourly]))=1) : Result #multivalues. even if i put in max() it`s still #multivalues…
I tryed with if else statement… but also unsuccesed…
i tryed to do it`s in another way:
[Hourly] Where ([Total Traffic] = Max([Total Traffic] In ([Hourly])))
and i still recieve #multivalues…
[Hourly] it`s time.
and i want to put single value in text lable and not using ranking in table that affect on the whole table
Could anybody help me here?
=[Hourly] Where ([Total Traffic]=Max([Total Traffic]) In Report)
=[Hourly] Where ([Total Traffic] In ([Hourly])=Max([Total Traffic]) In ([Hourly]))
=[Hourly] Where ([Total Traffic]=Max([Total Traffic]) In ([Hourly]))
=[Hourly] Where ([Total Traffic]=Max([Total Traffic] In ([Hourly])) In Report)
I think the first one should work.
Do you have an aggregation property on your indicator [total traffic] ?
It could be due to multiple value for the same hour…
Or maybe you have two hour with the same max traffic…