Forum Discussion
maamirkhan2023
Helper I
1 year agoIncorrect Column Totals in Matrix showing
Hi All Incorrect Column Totals in Matrix showing Here is the dax I have used still showing Incorrect Column Totals in Matrix showing VAR __table = SUMMARIZE(Q_Host_List_Detection_HOSTS,"__val...
- 1 year ago
Hi maamirkhan2023 ,
Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot). Do not include sensitive information. Do not include anything that is unrelated to the issue or question. Please show the expected outcome based on the sample data you provided. If possible please provide sample PBIX file.
Regards,
Dinesh
maamirkhan2023
Helper I
1 year agoI try this Dax and your dax but same issue
VAR SummaryTable =
SUMMARIZE(
'Q_Host_List_Detection_HOSTS',
Q_Host_List_Detection_HOSTS[Asset Tags],
"Cnt", DISTINCTCOUNT(Q_Host_List_Detection_HOSTS[IP])
)
RETURN
IF(
HASONEVALUE(Q_Host_List_Detection_HOSTS[Asset Tags]),
DISTINCTCOUNT(Q_Host_List_Detection_HOSTS[IP]),
SUMX(SummaryTable, [Cnt])
)
v-dineshya
Community Support
1 year agoOnce again i am sending the PBIX file . Please check the file.
I hope this information helps. Please do let us know if you have any further queries.
Regards,
Dinesh