Forum Discussion
Georgia_H
2 years agoHelper I
Need urgent help
Hello, I have this use case and i need some input. I need a logic to check on the same Billing Group Name that appeared twice for the same date: 3/14/2024. For this case, plc-gcp appeared twice but...
Ahmedx
2 years agoSuper User
in the SUMMARIZE function I have only 2 columns from one table, but it looks like you have 3 and one of them is from another table
SUMMARIZE(ALLSELECTED('Table'),
'Table'[Billing Group Name], // it is column 1
'Table'[Type] // it is column 2
), Georgia_H
2 years agoHelper I
Hi Ahmedx
Thanks for your swift response. I am using 2 columns as well from the same table. This is the real table name and column names. I just apply the same logic with the real data. That's all.
- Ahmedx2 years agoSuper User
maybe it’s because of the long column name, I can’t say for sure