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.
Hi,
I have included a very basic example of the data below. Basically I have a table of unique IDs and one of the columns contains a bunch of text, seperated by a semicolon. I simply want to create a visual, something like "Card (new)" that displays the 'List of Values' but with each item on a new line.
ID | List of Values |
111 | Item1; Item2; Item3 |
222 | Item1; |
333 | |
444 | Item1; item2 |
I have tried:
(Calculated Column)
Solved! Go to Solution.
Hi @JJohnson4,
Thank you for reaching out to the Microsoft Fabric Forum Community.
I have reproduced your example in Power BI and achieved the expected output where each item in the "List of Values" appears on a new line, as requested.
Output:
I used a Table visual (instead of a Card) because Card visuals do not support line breaks like UNICHAR(10), whereas Table visuals do with word wrap enabled.
For your reference, I’ve attached the .pbix file demonstrating the working solution.
If this information is helpful, please “Accept as solution” and give a "kudos" to assist other community members in resolving similar issues more efficiently.
Thank you.
Hi @JJohnson4,
I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.
Thank you.
Hi @JJohnson4,
May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.
Thank you.
Hi @JJohnson4,
Thank you for reaching out to the Microsoft Fabric Forum Community.
I have reproduced your example in Power BI and achieved the expected output where each item in the "List of Values" appears on a new line, as requested.
Output:
I used a Table visual (instead of a Card) because Card visuals do not support line breaks like UNICHAR(10), whereas Table visuals do with word wrap enabled.
For your reference, I’ve attached the .pbix file demonstrating the working solution.
If this information is helpful, please “Accept as solution” and give a "kudos" to assist other community members in resolving similar issues more efficiently.
Thank you.
Hi @JJohnson4,
I hope this information is helpful. Please let me know if you have any further questions or if you'd like to discuss this further. If this answers your question, please accept it as a solution and give it a 'Kudos' so other community members with similar problems can find a solution faster.
Thank you.
Hi @JJohnson4 is this the output you need?
Hi @powerbiexpert22 using this calculated column in the itemstable
Hi @techies ,
above forumula is giving me output in single row instead of multiple rows for same ID as shown below
ya correct, now use it in the table visual @powerbiexpert22
Hi @techies ,
i can see below , how it is showing items in different rows for same ID considering the fact that we have only one row per ID in our dataet?
Hi @powerbiexpert22 please review the pbix file shared by community member @v-ssriganesh , my approach is also the same 🙂
Aaaaand just as I post this, I found a workaround of sorts. I used a text box and used conditional formatting for the Title and used the following calculated column:
ok
User | Count |
---|---|
24 | |
10 | |
8 | |
7 | |
6 |
User | Count |
---|---|
32 | |
12 | |
10 | |
10 | |
9 |