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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi Power BI experts,
I have this table to be produced in Power BI Visual - Matrix in tabular format
- Month is from Calendar table that links Table Target & Table Actual.
- Customer is from Customer Master that links to table Target.
- Table Target contains multiple target rows for each customer and each Brand
- Table Actual contains multiple rows on daily sales volume for each customer and each brand
I'm able to pull the figures together from Table Target & Table Actual however I need the percentage highlighted in yellow to be displayed in the matrix visual as addtional column to each Brand & Total. How to write a DAX snytax to fulfill this requirement?
Many thanks.
Regards
ctmah
Hi @amitchandak ,
I tried writing like this, but doesn't work.
regards
ctmah