Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
I am not sure how to fix this error. Please Help.
All I am trying to do is to fetch the max date from column "opendate" where the column "credited_branch" is not equal to "00000". Please let me know if there is an alternative way to achieve it with DAX. Thanks!
Solved! Go to Solution.
@Anonymous , Should have worked
Try like
calculate(Max(Table[opendate]) , filter(Table, Table[credited_branch] <> "00000" ) )
I'm facing the similar error on my power Bi when I'm trying to type a measure. The error is "The following syntax error occurred during parsing: Invalid token, Line 5, Offset 46,. Please help.
Thank you!
@amitchandak I'm facing the similar error on my power Bi when I'm trying to type a measure. The error is "The following syntax error occurred during parsing: Invalid token, Line 5, Offset 46,. Please help.
Thank you!
User | Count |
---|---|
13 | |
8 | |
8 | |
7 | |
5 |
User | Count |
---|---|
21 | |
15 | |
15 | |
10 | |
7 |