Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hi Guys,
I'm trying to display a default image if the filter is not selecting anything. The problem is qhen there is no filter applied and comes the "first link" eg.:
TABLE
NOT FILTERED
FILTERED
Solved! Go to Solution.
Hi @Anonymous
I would recommend creating a measure such as this:
Selected Link = SELECTEDVALUE ( YourTable[Link], <expression resturning default link> )
This will return a default link in the case of multiple Link values, otherwise the selected link image in the case of a single Link value.
Ensure that the Data Category for this measure is set to Image URL (Modeling => Data Category) and then place this measure in the table or other visual that supports Image URLs.
Regards,
Owen
HI @Anonymous,
I'd like some sample data for test and coding formula.
According to your snapshot, it seems like summarize mode 'first' return the first record based on alphabetical order.
Regards,
Xiaoxin Sheng
Hi @Anonymous
I would recommend creating a measure such as this:
Selected Link = SELECTEDVALUE ( YourTable[Link], <expression resturning default link> )
This will return a default link in the case of multiple Link values, otherwise the selected link image in the case of a single Link value.
Ensure that the Data Category for this measure is set to Image URL (Modeling => Data Category) and then place this measure in the table or other visual that supports Image URLs.
Regards,
Owen
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
92 | |
87 | |
84 | |
65 | |
49 |
User | Count |
---|---|
140 | |
114 | |
110 | |
59 | |
59 |