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 during Fabric Data Days. Don't miss your chance! Request now
Hello All,
I have created a calculated column
Excel:
Hi @antara_centri ,
Have you perform any merging on your fact table?
Because it is really strange that they have a big gap.
Hi @antara_centri ,
Can you please share a pbix or some dummy data that keep the raw data structure with expected results? It should help us clarify your scenario and test to coding formula.
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng
@antara_centri , I doubt sum can be wrong in power bi for a calculated column. for better avg you can use blank in place of 0
Initial Response Time(Minutes) =
IF(
ISBLANK('Incidents created after Jan 1 2022'[Initial Response Date]),
blank() ,
DATEDIFF(
'Incidents created after Jan 1 2022'[Created Date],
'Incidents created after Jan 1 2022'[Initial Response Date],
MINUTE
)
)
If this does not help
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!