Forum Discussion
sandee
Helper I
5 years agoHasonevalue - hierarchy Level
Hello Experts,
Need your help - i have data of clients with Due dates, i am showing these details in metrics table.
the problem for every client the no of due days is getting sum (which is ofcourse), then i applied HASONEVALUE measure.
it solve my one problem but if i am further going inside or drill the metrics table then i see the same result everywhere.
Measure Used:
Testing 1 = IF(HASONEVALUE('AP Supplier - Days Due'[Days Due]),
IF(VALUES('AP Supplier - Days Due'[Days Due])>=0,
VALUES('AP Supplier - Days Due'[Days Due])
),
"Overdue"
)
please can you advise , what is the best solution in this case. many thanks