Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
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 |
|---|---|
| 78 | |
| 48 | |
| 35 | |
| 31 | |
| 27 |