Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
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.4 - Refillability ] |
| Non-Refillable Personal |
| Non-Refillable Family |
| Refillable Family |
| Refillable Personal |
Fountain |
How can I make it equal to Non-Refillable Personal?
I tried:
Solved! Go to Solution.
In your SUMMARIZE, replace the initial MERGE1 with
FILTER(Merge1, Merge1[[ L1.4 - Refillability ]]] = "Non-Refillable Personal")
Regards,
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
In your SUMMARIZE, replace the initial MERGE1 with
FILTER(Merge1, Merge1[[ L1.4 - Refillability ]]] = "Non-Refillable Personal")
Regards,
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
| User | Count |
|---|---|
| 53 | |
| 40 | |
| 35 | |
| 24 | |
| 22 |
| User | Count |
|---|---|
| 134 | |
| 108 | |
| 57 | |
| 43 | |
| 38 |