Forum Discussion
Santy241
1 year agoFrequent Visitor
Average in Power Bi Matrix
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 va...
MFelix
1 year agoSuper User
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.