The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
20 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
29 | |
11 | |
11 | |
9 | |
9 |