The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi,
I was wondering if there way a way to highlight the following green row that highlights the total? Or if there is a way to move the Total to the Top, as it is currently (as a roll-up total). Currently it looks like I can have the total at the bottom, but it is just a duplicate of the top (as seen in the other photo). Is there a way to just see one of the row totals and it be highlighted?
Thank you!
Michaela
Solved! Go to Solution.
Hi @MichaelaMul ,
Thanks for reaching out to the Microsoft fabric community forum.
To highlight only the Braded products row in your matrix visual with a colored background in Power BI, follow these steps using conditional formatting:
Step 1:
Create a New Measure (for background color):
ResponseHighlightColor =
IF(SELECTEDVALUE('YourTable'[Billing Month]) = "Branded Products", "#FFD700", BLANK())
Replace 'YourTable' with the actual name of the table you're working with in your data model. The color code #FFD700 represents a gold shade, but you can substitute it with any hex color code of your choice to match your desired highlight color.
Step 2:
To apply conditional formatting, first select the matrix visual, then click the dropdown arrow next to the column you want to format such as the "Billing Month" column. From the menu, choose "Conditional formatting" and then "Background color." In the dialog that appears, set "Format by" to "Field value" and under "Based on field," select the ResponseHighlightColor measure you previously created. Finally, click "OK" to apply the formatting.
Here is an example of the above method for my sample data
If you find this post helpful, please mark it as an "Accept as Solution" and consider giving a KUDOS. Feel free to reach out if you need further assistance.
Thank you
Hi @MichaelaMul
As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided by the community members for the issue worked. If our response addressed, please mark it as Accept as solution and click Yes if you found it helpful.
Thanks
Hi @MichaelaMul
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 our responses has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.
Thank you.
Hi @MichaelaMul
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 @MichaelaMul ,
Thanks for reaching out to the Microsoft fabric community forum.
To highlight only the Braded products row in your matrix visual with a colored background in Power BI, follow these steps using conditional formatting:
Step 1:
Create a New Measure (for background color):
ResponseHighlightColor =
IF(SELECTEDVALUE('YourTable'[Billing Month]) = "Branded Products", "#FFD700", BLANK())
Replace 'YourTable' with the actual name of the table you're working with in your data model. The color code #FFD700 represents a gold shade, but you can substitute it with any hex color code of your choice to match your desired highlight color.
Step 2:
To apply conditional formatting, first select the matrix visual, then click the dropdown arrow next to the column you want to format such as the "Billing Month" column. From the menu, choose "Conditional formatting" and then "Background color." In the dialog that appears, set "Format by" to "Field value" and under "Based on field," select the ResponseHighlightColor measure you previously created. Finally, click "OK" to apply the formatting.
Here is an example of the above method for my sample data
If you find this post helpful, please mark it as an "Accept as Solution" and consider giving a KUDOS. Feel free to reach out if you need further assistance.
Thank you
User | Count |
---|---|
65 | |
62 | |
60 | |
53 | |
28 |
User | Count |
---|---|
181 | |
82 | |
67 | |
48 | |
44 |