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.
Hi,
I need help to calculation total value of images url. Now I have this kind of funtia, but it not work right.
Solved! Go to Solution.
Hi @Sisko ,
Above formula should work in a calculated column, not in a measure.
Besides, you can unpivot above table, then, new a calculated column to check if URL column is blank, if yes, show 0, otherwise show 1. Then, sum up the new calculated column to get the total value of image URLs.
For more advice, please provide sample data and desired result.
Best regards,
Yuliana Gu
Hi @Sisko ,
Above formula should work in a calculated column, not in a measure.
Besides, you can unpivot above table, then, new a calculated column to check if URL column is blank, if yes, show 0, otherwise show 1. Then, sum up the new calculated column to get the total value of image URLs.
For more advice, please provide sample data and desired result.
Best regards,
Yuliana Gu