Hi All,
I have two columns in my table.
Column1 : News heading
Column2: A URL link which when clicked opens detail page releated to column1.
In my report : I just want to list Column1(new heading) with hyperlink. When user clicks on Column1 value, it should open its corresponding URL page.
Table :
Column1 column2
Apple www.apple.com
Google www.google.com
powerbi www.powerbi.com
report:
I want add a scroller on column1 with hyperlinks. when a user clicks on apple it should point to aaple.com.
Thanks