Hey,
can't see what am doing wrong here:
Table(
{
A: CountRows(
ForAll(
Issues_1,
Filter(
Mobilizations_1,
Mobilization = GUID(LinkedMobilizationId),
'Mobilization Name'
)
)
)
},
{
B: CountRows(
ForAll(
Issues_1,
Filter(
Mobilizations_1,
Mobilization = GUID(LinkedMobilizationId),
IsBlank('Mobilization Name')
)
)
)
}
)Am trying to have to labels and have the sum count-row for each table?

Report
All responses (
Answers (