Forum Discussion
Image URL does not work!! Data category is not enabled in LIVE connnection?
Hi Anonymous,
You could change the data category to be ImageURl in SSAS site, then when you have a live connection with SSAS, the image should be shown in the report.
I have found this video which should help you.
Hope this can help you!
Best Regards,
Cherry
Hi v-piga-msft,
Actually I am just writing a DAX measure for this operation. Like-:
SampleMeasure = If(A>B),image1URL
If(A<C),image2URL
,image3URL;
So that means this column we just need at report level and it will be made in report only after pulling the data from model/cube. What to do in this situation? I am all tied up.
Regards,
Droid
- amnda_andrade2 years agoNew Member
Hello v-piga-msft
I had the same issue you had you can quickly correct it just changing the measure data type to "text" than the data category "image url" should appear
Hope it helps