Forum Discussion
Extract the actual text/value entered in Text Filter (Not through SELECTEDVALUE)
- Anonymous6 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
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
- ARUNTKAP6 years agoFrequent Visitor
Thank you Xiaoxin Sheng Anonymous