Join 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!Get Fabric certified for FREE! Don't miss your chance! Learn more
Hi All,
I could use some help creating a calculated column.
I would need the following :
I would like to add a column that devides the total number of leads generated by sales.
This way I would know that 1 lead lead to for example 0.25 sales.
anyone knows how I could caluclate that ?
Robin
Solved! Go to Solution.
@Anonymous , Try a new column like
column =
1/ countx(filter(Table, [salesid] =earlier([salesid]), [salesid])
Nevermind! for some reason, the decimals were set to 0 when switching between the 2 options...
Hi Amit,
That seemd the good way forard! thanks!
I got the result i wanted, but I still have a question about strange behaviour i cannot explain.
The above column returns this result :
And that is the way it should! so thats good. But when i change BLANK() to 0 , I get the following result :
Why is this??
Robin
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 |
|---|---|
| 68 | |
| 59 | |
| 48 | |
| 20 | |
| 16 |
| User | Count |
|---|---|
| 107 | |
| 104 | |
| 39 | |
| 27 | |
| 27 |