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.
Hello,
I'am trying to create a calculatetable to have prodct id that has [Montant ht]> 20 in 2012
this is my Data
I wrote this Mesure :
Solved! Go to Solution.
@chaoui04
Please try the following Table:
Produit supérieure =
CALCULATETABLE(
VALUES(Ventes[Produit ID]),
Ventes[Montant HT]>20,
Date = 2012
)
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
@chaoui04
Please try the following Table:
Produit supérieure =
CALCULATETABLE(
VALUES(Ventes[Produit ID]),
Ventes[Montant HT]>20,
Date = 2012
)
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.
User | Count |
---|---|
80 | |
40 | |
31 | |
27 | |
27 |