Forum Discussion
o59393
Post Prodigy
5 years agoSumx and summarize with filter
Hi all I have the following dax How can I make row 9 equals to a certain text of the column "L1.4 - reffilability" ? In this case that column has 5 different values: [ L1....
- 5 years ago
In your SUMMARIZE, replace the initial MERGE1 with
FILTER(Merge1, Merge1[[ L1.4 - Refillability ]]] = "Non-Refillable Personal")
Regards,
Pat
mahoneypat
Microsoft Employee
5 years agoIn your SUMMARIZE, replace the initial MERGE1 with
FILTER(Merge1, Merge1[[ L1.4 - Refillability ]]] = "Non-Refillable Personal")
Regards,
Pat