Forum Discussion

ARUNTKAP's avatar
ARUNTKAP
Frequent Visitor
6 years ago
Solved

Extract the actual text/value entered in Text Filter (Not through SELECTEDVALUE)

Hi, I want to return the exact strings/values that are entered in the TEXT FILTER as VAR. Like in javascript   document.getElementById("abc").innerHTML   Is it possible in power bi? I do not...
  • Anonymous's avatar
    Anonymous
    6 years ago

    HI ARUNTKAP ,

    It is impossible to achieve your requirement on power bi side. (power bi also not contain any features to achieve this)

    AFAIK, Dax formula does not support javascript functions and it is impossible to direct access to direct extract specific visual contents. (you need to use aggregated functions and filter conditions to filter on table records to return specific value)

    Regards,

    Xiaoxin Sheng