Forum Discussion
Image URL does not work!! Data category is not enabled in LIVE connnection?
Anonymous
That's very very strange, because I tried to connect to my database on my side with Direct Query, and I have all the options to create a new column ...
- Quentin
Ohh!!
Not sure why is that. I am using SQL server Analysis services and using 'Connect LIve'.
- Anonymous8 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
- quentin_vigne8 years ago
Solution Sage
Anonymous
You are connected to your model.
Live Connection refers to connecting directly to a Model (SSAS Multidimensional or Tabular)
With Direct Query - you are connecting to a database, and you have the ability to create calculated columns and measures in Power BI
Maybe you can change your access and connect to data instead of your model ? Else you will have to add everything you need in your model and not on PowerBI ...
- Quentin
- Anonymous8 years agoNot applicable
I agree. But that is the requirement, i have to use Model only becuase that is already being created and we have to deploy a dashbaord based out of that Model.
any other suggestions or Is there any custom visual which can fulfill this task?
- v-piga-msft8 years ago
Resident Rockstar
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
- 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