The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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
Solved! Go to Solution.
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
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
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