text box
4 TopicsAdding Comments or Text Boxes in a chart
Hey guys, Below is a chart that shows the amount of visits over a period of time: My colleagues would like to be able to add a text box or comment that explain the peaks you can see in the chart. Is there a way to do this? With kind regards, LazzanovaSolved3.4KViews0likes5Comments2 Column text box?
Currently using a text box with dynamic values to show 14 measures, but the text adjusts when the filters (customer) are changed and the formating goes all wonky (second image). Am i able to insert columns into the text box? or a table? or do i need to create a template externally and fill it with the text needed?Concat 2 columns for every row of a report in a dynamic textbox?
Good Morning, I am relatively new to PowerBI and still learning so this may be a simple answer that I just haven't been able to piece together from the information that's out there. I have a report that has a Measure to average values from a database (Column2) that share a common Description (Column1). This gives me a report with a number of rows based on the unique Descriptions in the database. I would like to have a text box that concatenates the Text in Column1 and the value in Column2 on its own line for every row in the report. I've tried to reference the values in a text box, but it only returns the most recent value in the whole database, not the report, and it only gives me one line, not a line for every row. PowerBI seems like a powerful program, and I'm excited to learn more about it, so any help would be greatly appreciated!Solved1.2KViews0likes4CommentsCustom visual text input box
Hi community, I need help on creating a text input box inside my custom visual. When creating a text input box with the following code, the input is limited by 250 characters: "customTextInput": { "displayNameKey": "CustomTextInput", "descriptionKey": "CustomTextInput_Description", "displayName": "Text Input", "description": "Paste Text Input here.", "type": { "text": true } } Is there a way on creating a bigger text input box or how can I exceed the limit of 250 characters? Thanks in advance!