Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare 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.
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"
))
Check out the October 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
110 | |
102 | |
98 | |
89 | |
70 |
User | Count |
---|---|
166 | |
131 | |
129 | |
102 | |
98 |