Forum Discussion
Parvez933
4 years agoHelper I
sumx()
Hi, RetailerInvoice = VAR bucket_min = CALCULATE(MIN('PCT-voice'[min])) VAR bucket_max = CALCULATE(MAX('PCT-voice'[max])) VAR total_printers = CALCULATE(DISTINCTCOUNT(Reatil[uniquekey])) re...
amitchandak
4 years agoSuper User
Parvez933 , as you have used at table name: RetatilerMapping
This one running for each row of the table
Check like that
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.