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.
i have below table and need to create matrix table with filter data - Pull through and customer at row, period in column.
After matrix creation, i also need to include Total volume for every period and % pull through volume (total volume pull through/total volume Midstream PT * 100) into matrix table. Can it be done? how? https://we.tl/t-ecMXQgk0nX
Hi @lawsc76,
You can't directly do this with the default matrix feature, you need to use a new table with raw table category and custom aggregates and use it on your matrix visuals.
After these, you need to write a measure to check current row content values and return corresponding calculations results.
Regards,
Xiaoxin Sheng