Forum Discussion

SQUILES's avatar
SQUILES
Helper I
6 years ago
Solved

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...
  • amitchandak's avatar
    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]))