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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
Anonymous
Not applicable

How to use custom visual "swDataTextBox"

Hi,

 

There is a new visual called "swDataTextBox".

 

I can use it to present formatted text, table etc. 

I find it very useful.

 

However, I need help to figure out how to combine the text with measures and system fields like logged user etc.

 

Regards,

Tamir

5 REPLIES 5
wildmight2017
Advocate II
Advocate II

Trying to figure out how to use the data tab to display updated numbers as well..

I figured this out-  you need to stringify it to JASON - here's my working example:

 

In Data tab, I have filtered the following string:

 

var data =  [{"OrgLevel":"Corp"}];

 

Editer code:

var json = JSON.parse(JSON.stringify(data));
//var json = JSON.stringify(data);

params = {
org: json[0].OrgLevel 
};

 

It's making OrgLevel an object and displaying its value....

 

You can build on top of that! 

Anonymous
Not applicable

Did not understand the answer...

 

Which are the measure? columns/table reference?

 

 

Not sure what's not clear - 

 

1st - you can drop a measure/column that you want to be able to reference dynamically in the visual

2nd step - change the code that they have pre-populated with your own (basically, you need to call your data variable in parameter) - I've given an example There's no table reference - only column that you drop into the visual.

 

Let me know which info you need. Thanks! 

Now if someone told me how to disable the watermark.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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