Forum Discussion
How to Filter Card based on filter in Measure
hi HiraNegi ,
I have tried that measure but i am still getting same result as before. I think because i didnt cooperate the filter that i put in table.
In my table, filter I put is:
-invoice number not blank
-Balance LM not blank and not 0.
Any idea to incorporate this into the measure?
Many thanks
Hi,
Share some data and show the expected result.
- kilala3 years ago
Resolver I
hi,
attached is for your reference
- Ashish_Mathur3 years ago
Super User
Hi,
Please share the PBI file as well. Clearly show the problem there.
- kilala3 years ago
Resolver I
Hi Ashish_Mathur ,
Sorry, the data was sensitive to be shared. I tried to create a sample as attached before but it was quite hard to make it same concept as real data.
Anyway, what I'm to achieve is to get [MTD Balance] amount BY INVOICENUMBER. and filter out those invoicenumber and [mtdbalance] where [mtd balance lm] = blank.
I have tried this before, but kept getting same result as previous data because I cannot filter out [mtd balance] = blank.
SUMX(SuMMARIZE(vw_FactARAgeingMovement,vw_FactARAgeingMovement[InvoiceNumber],"InvNo",CALCULATE(sum(vw_FactARAgeingMovement[InvoiceAmount]),FILTER(vw_DimDate,vw_DimDate[Date]<=enddate),vw_DimInvDate, vw_DimInvDate[Date] <= enddatelm)),[InvNo])Any idea to filter the measure?