Forum Discussion
Anonymous
8 years agoNot applicable
How to add data from db into textbox
I have a db table some text is present in tables. I was hoping that in someway I could fetch the data from there? using DAX or M into the textbox. please suggest something
- 8 years ago
Hey,
unfortunately it is not possible to use data from your tables or from a measure inside the Textbox.
Maybe you want to consider using the card visual to display text information from your model. There are also some custom visuals inside the marketplace available that are able to "visualize" text.
Hopefully this gets you started
Regards
Tom
Axylo
6 years agoNew Member
Hi
You can create a measure with your text in there. Then you create a new table visual and usethis measure as value.
Hope that helps