Forum Discussion
SQUILES
6 years agoHelper I
GET VALUE FROM TABLE
HI everyone!!! I need a little help....๐ I have a table with with two columns (query_desc, msg), I need to get apart query_desc = threshold to use this value to compare with all MSG. I use this DA...
- 6 years ago
Change this and try
CALCULATE(MAXX(filter(all(CABS_CLLI_ERROR_SUMMARY),CABS_CLLI_ERROR_SUMMARY[QUERY_DESC]="THRESHOLD"),CABS_CLLI_ERROR_SUMMARY[MSG]))
amitchandak
6 years agoSuper User
Change this and try
CALCULATE(MAXX(filter(all(CABS_CLLI_ERROR_SUMMARY),CABS_CLLI_ERROR_SUMMARY[QUERY_DESC]="THRESHOLD"),CABS_CLLI_ERROR_SUMMARY[MSG]))