Forum Discussion
kkalyanrr
Helper V
6 years agoConnecting to Cube via Live Connection
Hello, I am trying to connect to a Cube using Live connection, it has data from 2004 onwards, can I customize the input query so that I can get Data only from 2019 from the cube. Thanks.
prakash11440278
Post Prodigy
6 years agoHi kkalyanrr ,
You can create a measure below and use it in report level filter.
Measure= IF(min(Table[date])=Calclate(max(table[date]),all(date)),1,0)