Forum Discussion
Table columns not shown while creating New Measure
AnonymousNot exactly. I am not able to add screenshot for my scenario, I don't know hy. So let me explain you my complete scenario say:
I have columns with values:
"Item" - Bike, Bike, car
"Item no" - A100, A200, A300
"Date" - null, null, 01/02/2019 .
"Status" - In Progress, Completed, Cancelled.
So now if I select Bike -
I have to display in Card visual (Shown only if no date is there for this item, otherwise hidden):
"A100, A200 : Date is not available for these items"
In another card visual (this has to be shown only if status is not cancelled, otherwise this card should be hidden),:
"Status is in progress or completed"
I hope you understand my scenario. I don;t know if this kind of solution is possible or not but I am just trying to get it done.