Forum Discussion
Parvez933
Helper I
4 years agosumx()
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
Super User
4 years agoParvez933 , 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.