Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 |
---|---|
25 | |
12 | |
8 | |
6 | |
6 |
User | Count |
---|---|
26 | |
12 | |
11 | |
10 | |
6 |