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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount 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.
User | Count |
---|---|
98 | |
75 | |
74 | |
49 | |
26 |