Forum Discussion
Anonymous
8 years agoNot applicable
Image URL does not work!! Data category is not enabled in LIVE connnection?
Hi All, Greetings, I am in believe now that Data categorization does not go along with LIVE connection. can anyone came across this thing, any help is highly appreciated. I want to dispplay ...
Anonymous
8 years agoNot applicable
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_andrade
2 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