Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
I have the first table which is matix table as of now, I want to insert row highlighted in yellow in second table by addign keyfinancial column by adding fields from Plan to regional update, how to proceed with this?
Solved! Go to Solution.
Hi,
You can try the following steps.
1 Add index to the original table in Power Query
2 Sort the Key Financials column by index column(Key Financials will display in matrix according to the index)
3 Create a Calculated table “Second table” in pbix file
4 Use this new table(Matrix doesn’t support format Rows as yellow) to create a table visual
5 Create a Measure to Conditional format the “Actuals” row
highlight = IF(SELECTEDVALUE('Second table'[Key Financials])="Actuals","yellow")
The result looks like this:
Here is the pbix.
Best Regards,
Caiyun Zheng
Is that the answer you're looking for? If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi,
You can try the following steps.
1 Add index to the original table in Power Query
2 Sort the Key Financials column by index column(Key Financials will display in matrix according to the index)
3 Create a Calculated table “Second table” in pbix file
4 Use this new table(Matrix doesn’t support format Rows as yellow) to create a table visual
5 Create a Measure to Conditional format the “Actuals” row
highlight = IF(SELECTEDVALUE('Second table'[Key Financials])="Actuals","yellow")
The result looks like this:
Here is the pbix.
Best Regards,
Caiyun Zheng
Is that the answer you're looking for? If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!