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.
Hi Team,
i have made the expression the two columns in divide example is below
=Sum(Fields!SLA_NOT_MET_6_9_HRS.Value)/Sum(Fields!SLA_NOT_MET_COUNT.Value)
Ater added above expression getting right values but some fields are showing "NaN" Error see below
Now i want replace the 0 (Zero) instead of NaN. please share your suggestions.
Solved! Go to Solution.
Hi,
You may try this
iferror(divide(Sum(Fields!SLA_NOT_MET_6_9_HRS.Value),Sum(Fields!SLA_NOT_MET_COUNT.Value),0),0)
Hi,
You may try this
iferror(divide(Sum(Fields!SLA_NOT_MET_6_9_HRS.Value),Sum(Fields!SLA_NOT_MET_COUNT.Value),0),0)
User | Count |
---|---|
16 | |
8 | |
6 | |
6 | |
5 |
User | Count |
---|---|
23 | |
13 | |
13 | |
8 | |
8 |