Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
I need to create a report showing the ID and detail, also need to show how many details for this ID .
when I show a report without detailed information, it will show the right count.
when I show detailed information, the count will show 1,
I need to create a measure to let this count always show the total without a detail filter,
Do you have any idea? Thank you ,
like under the screenshot example, I need count by ID column for 111 always show 2, count for 114 always show 3.
count by ID number should match with right table example.
Hi,
Drag this measure
Measure = calculate(countrows(Data),all(Data[Detail]))
Hope this helps.