Forum Discussion
Using measure for join to existing table
Hi, probably a simple answer so apologies for empty headedness.
I have a simple RAG measure:
| Red | data:image/jpeg;Base64,abaea.......... |
| Amber | data:image/jpeg;Base64,avaea.......... |
| Green | data:image/jpeg;Base64,adaea.......... |
how can I join the 2 together so that the measure filters the table?
Because there is currently no relationship between the measure (Red, Amber or Green) & the table.
https://1drv.ms/u/s!ArVbO3X60Juiil9IRWtypHRV5vzp?e=rPyQGM
wynhodgkiss can you please check whether it helps
4 Replies
- SanthiyaMallowHelper I
Hi wynhodgkiss , why cant we return binary image using 'Table name'[binary_image] ? can you please share any sample data for the actual usecase?
- wynhodgkissAdvocate II
Because there is currently no relationship between the measure (Red, Amber or Green) & the table.
- SanthiyaMallowHelper I
https://1drv.ms/u/s!ArVbO3X60Juiil9IRWtypHRV5vzp?e=rPyQGM
wynhodgkiss can you please check whether it helps- wynhodgkissAdvocate II
That does work, in a table viz, the problem is Simple Image only accepts columns as fields but I can work around that using a bit of creative formatting