The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello,
I'm looking for a way using DAX function to replace all the NaN values in my data to 0. (I do not have the original data file so that I cannot use query editor.)
Thanks!
Solved! Go to Solution.
Hi @zilaifeng
You can use if error like below.
Column = IFERROR('Table'[Custom], BLANK())
Hi @zilaifeng
You can use if error like below.
Column = IFERROR('Table'[Custom], BLANK())
Thanks for the quick solution.
User | Count |
---|---|
12 | |
9 | |
6 | |
6 | |
6 |
User | Count |
---|---|
25 | |
14 | |
14 | |
9 | |
7 |