Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Nbr Clients Stratégique =
CALCULATE(
DISTINCTCOUNT(unionFactureBon[ID_CLIENT]),
CLIENT[BOOL_STRATEGIQUE] = TRUE()
)
VAR unionFactureBon =
UNION(
SUMMARIZE(FACTURE_VENTE, FACTURE_VENTE[ID_CLIENT], FACTURE_VENTE[DATE_FACTURE]),
SUMMARIZE(FILTER(BON_LIVRAISON, ISBLANK(BON_LIVRAISON[DATE_FACTURE])),
BON_LIVRAISON[ID_CLIENT], BLANK())
)
Solved! Go to Solution.
Your syntax is the wrong way round
Table =
var tempvariable = something
return union(tempvariable, tempvariable)
Your syntax is the wrong way round
Table =
var tempvariable = something
return union(tempvariable, tempvariable)
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 51 | |
| 40 | |
| 37 | |
| 14 | |
| 14 |
| User | Count |
|---|---|
| 85 | |
| 69 | |
| 38 | |
| 29 | |
| 27 |