Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now
Hi,
In below table,last column shows the summary which is a big paragraph for every contract.
Is there any way , I can show only first line of paragraph & than give a More Info+ button to see the rest of the summary.
If not More Info+ button than, at least a simple maximize minimize button, if the user wants to see he will open that.
Regards,
Ashraf
@Anonymous in past I create two table visuals, one on the top without big paragraph and 2nd table visual on the same page with paragraph column, so when users select a row in a top table visual, it will show paragraph at the bottom, it is much cleaner look (in my opinion), and you can hide paragraph table visual and only show when a row in a top table visual is selected, you can use this technique to hide 2nd table visual.
Just an idea.
I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos whoever helped to solve your problem. It is a token of appreciation!
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
Hi @Anonymous
You can create a what-if parameter table like below.
Next, create a measure like below that will enable you to switch between both states and manipulate the length of the string
Product Description =
VAR __productDescription = SELECTEDVALUE ( 'Product'[ProductDescription] )
RETURN
SWITCH(
SELECTEDVALUE( showHideProductDesc[showHideProductDesc] ),
0, LEFT( __productDescription, 10 ) & "...",
1, __productDescription
)
Finally, add the measure to the table and use the slider to switch between the options, as below.
Full
Short
@Mariusz What u mean by "what-if parameter table " , we can just create a parameter not table.
Request you to please describe.
Thanks...
Hi @Anonymous
Sorry for not being clear enough, the below screenshot will explain what I meant by the "what-if parameter table".
The above will create a table that later you can expand with an extra column with if statement like.
Show Short or Full Description = IF( showHideProductDesc[showHideProductDesc] = 0, "Short", "Full")
And later just add the measure provided in my previous post.
@Anonymous He means create a table as per the image he showed.
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
@Anonymous , you can change the content of the measure . So you have two kinds of fields and do it.
Or use the bookmark to Switch table
https://radacad.com/bookmarks-and-buttons-making-power-bi-charts-even-more-interactive
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 53 | |
| 40 | |
| 38 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 69 | |
| 68 | |
| 34 | |
| 33 | |
| 30 |