The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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.