Hello team, I want to calculate
the length of the product description of only those products whose product color is NA.
Using ONLY string functions.
Thanks in advance.
Solved! Go to Solution.
Hi, @aditi11
Sample data:
Measure =
CALCULATE (
COUNT ( 'Table'[Product] ),
FILTER ( ALL ( 'Table' ), [ProductColor] = "NA" )
)
Is this the result you expect?
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @aditi11
Sample data:
Measure =
CALCULATE (
COUNT ( 'Table'[Product] ),
FILTER ( ALL ( 'Table' ), [ProductColor] = "NA" )
)
Is this the result you expect?
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Power BI release plans for 2023 release wave 1 describes all new features releasing from April 2023 through September 2023.
Make sure you register today for the Power BI Summit 2023. Don't miss all of the great sessions and speakers!
Join the biggest FREE Business Applications Event in LATAM this February.
User | Count |
---|---|
97 | |
77 | |
41 | |
32 | |
29 |
User | Count |
---|---|
128 | |
95 | |
79 | |
48 | |
41 |