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.
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