Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
ARUNTKAP
Frequent Visitor

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 want to get the SELECTEDVALUE.

 

I'm new to power bi, excuse me if the question is silly.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

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

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

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

Thank you Xiaoxin Sheng @Anonymous 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.