Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Preparing for a certification exam? Ask exam experts all your questions on May 15th. Register 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.
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
76 | |
75 | |
70 | |
47 | |
41 |
User | Count |
---|---|
62 | |
40 | |
32 | |
30 | |
28 |