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
Hi everyone! 👋 I’m new to Power BI and I need your help using matrix visuals
I’m trying to recreate the structure of the following Excel summary in Power BI, using a matrix visual. The actual values are not the problem — what I need is to replicate this structure, including hierarchical averages:
Data table: BaseHistorica_Pedidos
Measure: Productivity H = [Completed H] / DISTINCTCOUNT([Technician: Name])
Fields available:
Contratista (contract)
Tecnologia (technology)
Tipo Agenda (calendar: D or N)
Fecha Inicio Agendado (used as column header with Day hierarchy)
How can I reproduce this exact structure in a Power BI matrix?
Solved! Go to Solution.
Hi @Santy241 ,
Depending on how you have the tables setup I would create a measure with the following code:
IF(ISINSCOPE(Table[Calendar], [Productivity H], AVERAGEX(VALUES(Table[Technology]), [Productivity H])
Be aware that without any data is difficult to give you a better formula.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @Santy241 ,
Depending on how you have the tables setup I would create a measure with the following code:
IF(ISINSCOPE(Table[Calendar], [Productivity H], AVERAGEX(VALUES(Table[Technology]), [Productivity H])
Be aware that without any data is difficult to give you a better formula.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsThe Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 39 | |
| 37 | |
| 33 | |
| 32 | |
| 29 |
| User | Count |
|---|---|
| 132 | |
| 88 | |
| 82 | |
| 68 | |
| 64 |