Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
Hello - I would like to, using DAX or mquery, fix the issue I am having below. Trying to sum up the days between when a Lead is created by our salespeople....and when that actual account (from that Lead) gets created.
The 3rd column is correct - acheived by selecting the "do not sum" option in the visualization area. The far right column is what happens if I don't, and just leave it as "summarize".
Is there a way to achieve having this calculated column NOT sum, within the formula itself? Or perhaps can a measure be created instead? Thanks!
Solved! Go to Solution.
Hi @Anonymous ,
You can go to data view>select the calcualted column>column tools>"dont summarize":
And when you put the column value in a visual you will see:
The valued is not summed up automatically.
Hi @Anonymous ,
You can go to data view>select the calcualted column>column tools>"dont summarize":
And when you put the column value in a visual you will see:
The valued is not summed up automatically.
@Anonymous
this behaviour ais explained by that fact that you have a few rows with the same pair Lead - Acc dates.
you need to define business logic how do you want to calculate cases with two identical date's pairs
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 23 | |
| 23 | |
| 20 | |
| 18 | |
| 14 |
| User | Count |
|---|---|
| 58 | |
| 51 | |
| 40 | |
| 30 | |
| 24 |