Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
trying to replace the total in a grid
using this measure:
Solved! Go to Solution.
HI @bsheffer ,,
Measure =
calculate([merchant_number count], FILTER (Dim View_MID_Properties', [Merchant Product distinctcount] > 1))
Regards,
HN
Hi @bsheffer ,
Try this
Merchant MultiProduct Flag =
SWITCH (
TRUE (),
ISINSCOPE ( 'Dim View_MID_Properties'[MERCHANT_NUMBER] )
&& [Merchant Product distinctcount] >= 2, 1,
ISINSCOPE ( 'Dim View_MID_Properties'[MERCHANT_NUMBER] )
&& [Merchant Product distinctcount] < 2, 0,
5
)
Regards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)
no it still has issues with the
HI @bsheffer ,,
Measure =
calculate([merchant_number count], FILTER (Dim View_MID_Properties', [Merchant Product distinctcount] > 1))
Regards,
HN
thanks
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 80 | |
| 49 | |
| 35 | |
| 31 | |
| 30 |