Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi all,
There is a button slicer, or some other not standard too, which allows me to have labels with in cards, where I can insert line and carriage returns
(UNICHAR(13) & UNICHAR(10))?
The label of this visual ( button slicer) cannot work with them.... I need something like this.
Solved! Go to Solution.
If it's of interest, I solved it using a new card, I put the seller in the title and the rest in the subtitle, it works for me
If it's of interest, I solved it using a new card, I put the seller in the title and the rest in the subtitle, it works for me
You can create a calculated column with the following syntax:
MultiLineLabel =
YourTable[Field1] & UNICHAR(10) & YourTable[Field2] & UNICHAR(10) & YourTable[Field3]
Then, you can add your calculated column in a matrix and with some customisation, you could achieve what you need
Or it is also work with a filter, but you have to display it as Tiles
If you need more help, show us what you are trying to achieve
@DiePic In Power BI, the standard button slicer does not support inserting line and carriage returns using UNICHAR(13) and UNICHAR(10). However, you can achieve this by using a Text Box or a Card visual with a measure that includes these characters.
Measure = "Line 1" & UNICHAR(13) & UNICHAR(10) & "Line 2"
Proud to be a Super User! |
|
Hi @bhanu_gautam and thanks for reply.
You are right, but I cannot use the measure or the card inside the label of the "standard button slicer", I've tried it.
I'm looking for something like this
which increases if there are more sellers and data for them
User | Count |
---|---|
84 | |
78 | |
70 | |
47 | |
41 |
User | Count |
---|---|
108 | |
52 | |
50 | |
40 | |
40 |