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,
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