Forum Discussion
sandrasanchez
10 years agoAdvocate I
countrows only selected
Hi! I'm trying to create a calculated column with a value (Invoice Discount) divided by the number of rowsç this is my dax function: Importe1 = calculate(max(InvoiceSet[Invoice Discount]);ALLSE...
sandrasanchez
10 years agoAdvocate I
Sorry, this is the correct link
sdjensen
10 years agoSolution Sage
I just cheched out your model. You should calculate Importe1 as a measure not as a calculated column in your table.