Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
Hi All,
I have a table with 2 measures.
The one measure called 'Num Twice' is not showing the Total at the bottom of the table.
Total not showing for the 'Num Twice' Measure.https://www.dropbox.com/s/gv6tt6qyp140574/Total%20Not%20Showing%20in%20Table.pbix?dl=0
I've looked through the community at a number of solutions which may help, like using Summarize and SUMX, but it keeps giving me the same result.
I've also attached the sample .PBIX file.
Any ideas would be greatly appreciated.
Thanks so much.
Solved! Go to Solution.
Num Twice =
SUMX(
VALUES(Sheet1[ID]),
CALCULATE(
IF([Num PC] < 1,
Sheet1[Total Contacts]),
Sheet1[Contact Type] = "Twice"
))
Beautiful, thanks SpartaBI.
Works well. 🙂
@PBI_Monkey my pleasure 🙂
Hey, check out my showcase report:
https://community.powerbi.com/t5/Data-Stories-Gallery/SpartaBI-Feat-Contoso-100K/td-p/2449543
Give it a thumbs up if you liked it 🙂
Num Twice =
SUMX(
VALUES(Sheet1[ID]),
CALCULATE(
IF([Num PC] < 1,
Sheet1[Total Contacts]),
Sheet1[Contact Type] = "Twice"
))
User | Count |
---|---|
77 | |
70 | |
68 | |
53 | |
48 |
User | Count |
---|---|
45 | |
38 | |
35 | |
31 | |
28 |