Forum Discussion
Anonymous
4 years agoNot applicable
PLEASE HELP - Formula Bar
Hi, Is there any reason that formula bar only displays some tables when you try to create things ? In other words, formula bar says " Can not find name ", I typed it correctly and I still can ...
amitchandak
4 years agoSuper User
Anonymous , It that is measure and you are creating a measure start with [I . If you are not sure the start with I
If this column and you are creating a measure start with count( I // some aggregate
or with table name
Anonymous
4 years agoNot applicable
amitchandak thank you for replying. Now, also issue is here it says too many argument and I do not know how I can do.
This measure formula is great and working. But you can it covers only 1 table and it is good for my first page.
2hours =
var _diff=DATEDIFF(MAX(Tab_ImagerOperation[EndTimeET]),NOW(),HOUR)
return IF(_diff<=2&&_diff>=0,1)
Now, I have to create for the second page with the same measure but this time multiple tables and it says took many argument. Where do I make mistake ? THank you
_2hours =
var _diff=DATEDIFF(MAX('Tab_ImagerOperation'[EndTimeET]), COUNT(Tab_WFSEventLog[EventTimeET]), NOW(),HOUR)
return IF(_diff<=2&&_diff>=0,1)