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.
Hi ,
I am using below measure :
Solved! Go to Solution.
Try this expression replacing the table names with your actual ones. It references your existing measure and should give you the right result on both the rows and the total.
New Actuals = SUMX(SUMMARIZE(Table, Table[Project No], Table2[Fiscal Period]), [Actuals])
Regards,
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Try this expression replacing the table names with your actual ones. It references your existing measure and should give you the right result on both the rows and the total.
New Actuals = SUMX(SUMMARIZE(Table, Table[Project No], Table2[Fiscal Period]), [Actuals])
Regards,
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
User | Count |
---|---|
28 | |
12 | |
8 | |
7 | |
5 |
User | Count |
---|---|
35 | |
14 | |
12 | |
9 | |
7 |