<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Display more &amp;quot;single&amp;quot; data on the same visual object in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Display-more-quot-single-quot-data-on-the-same-visual-object/m-p/3530194#M45322</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/639544"&gt;@3mi81&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;According to your statement, I suggest you to try "Multi-row card" visual.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vrzhoumsft_0-1699858281407.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/995938i69CA25D3EE3C4B2A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vrzhoumsft_0-1699858281407.png" alt="vrzhoumsft_0-1699858281407.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Rico Zhou&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 13 Nov 2023 06:54:25 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-11-13T06:54:25Z</dc:date>
    <item>
      <title>Display more "single" data on the same visual object</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Display-more-quot-single-quot-data-on-the-same-visual-object/m-p/3507719#M45197</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;I started a few days ago to work with power bi.&lt;BR /&gt;I would like to know if it is possible to display three different values within the same visual object.&lt;/P&gt;&lt;P&gt;I would like to display the minimum, maximum and current value.&lt;/P&gt;&lt;P&gt;If possible, how should I structure the&amp;nbsp;&lt;SPAN&gt;dataRoles and&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;dataViewMappings?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="example.png" style="width: 200px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/989500i5868A170BC9FB534/image-size/small?v=v2&amp;amp;px=200" role="button" title="example.png" alt="example.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
    "dataRoles": [
        {
            "displayName": "Actual",
            "name": "actual",
            "kind": "Measure"
        },
        {
            "displayName": "Min",
            "name": "min",
            "kind": "Measure"
        },
        {
            "displayName": "Max",
            "name": "max",
            "kind": "Measure"
        }
    ],
    "objects": {
    },
    "dataViewMappings": [
        {
            "conditions": [
                { "actual": { "min": 0 } }
            ],
            "single": {
                "role": "actual"
            }
        }
    ],
    "privileges": []
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;E.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Oct 2023 16:15:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Display-more-quot-single-quot-data-on-the-same-visual-object/m-p/3507719#M45197</guid>
      <dc:creator>3mi81</dc:creator>
      <dc:date>2023-10-31T16:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Display more "single" data on the same visual object</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Display-more-quot-single-quot-data-on-the-same-visual-object/m-p/3530194#M45322</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/639544"&gt;@3mi81&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;According to your statement, I suggest you to try "Multi-row card" visual.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vrzhoumsft_0-1699858281407.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/995938i69CA25D3EE3C4B2A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vrzhoumsft_0-1699858281407.png" alt="vrzhoumsft_0-1699858281407.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Rico Zhou&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2023 06:54:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Display-more-quot-single-quot-data-on-the-same-visual-object/m-p/3530194#M45322</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-11-13T06:54:25Z</dc:date>
    </item>
  </channel>
</rss>

