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 all
Can I go from this:
Where 2 different values are mixed (capacity, count, capacity, count).
To this?:
(capacity, capacity, count, count).
If so, how can I do it?
Thanks.
Solved! Go to Solution.
hi @o59393
This can be done but not out of the box. You will need a disconnected table and extra measures to be able to achieve it. You will also need to use dynamic format strings as you're showing % and count. Lastly, an additional measure for the conditional formatting.
Please see attached sample pbix
@o59393 few ideas here:
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.
@o59393 you can easily achieve this by calculation group but @danextian solution will also work.
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 @o59393
This can be done but not out of the box. You will need a disconnected table and extra measures to be able to achieve it. You will also need to use dynamic format strings as you're showing % and count. Lastly, an additional measure for the conditional formatting.
Please see attached sample pbix
Thanks @danextian I have submitted an idea to MSFT to hopefully work on some kind of toggle on/off to re-arrange the order of columns.
https://ideas.fabric.microsoft.com/ideas/idea/?ideaid=c8e6d3f4-1a7e-ef11-a4e6-6045bd7cc00a
Appeciate if you can vote.
Regards.