<?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: Visual Problem in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Visual-Problem/m-p/3857236#M9495</link>
    <description>&lt;P&gt;Please provide sample data that covers your issue or question &lt;STRONG&gt;completely&lt;/STRONG&gt;, in a &lt;STRONG&gt;usable&lt;/STRONG&gt; format (not as a screenshot).&lt;BR /&gt;&lt;BR /&gt;Do not include sensitive information or anything not related to the issue or question. &lt;BR /&gt;&lt;BR /&gt;If you are unsure how to upload data please refer to &lt;A href="https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Please show the expected outcome based on the sample data you provided. &lt;BR /&gt;&lt;BR /&gt;Want faster answers? &lt;A href="https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 21 Apr 2024 23:46:50 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2024-04-21T23:46:50Z</dc:date>
    <item>
      <title>Visual Problem</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Visual-Problem/m-p/3855984#M9489</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I have a table like this, that has been unpivoted in power query. The 3 of the 4 custom columns to identify the main column work perfectly, but not a certain one despite having the same code.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Attribute&lt;/TD&gt;&lt;TD&gt;Value&lt;/TD&gt;&lt;TD&gt;IF containsstringexact Fruit&lt;/TD&gt;&lt;TD&gt;If containsstringexact Veg&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Fruit - Apple&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Veg - Carrot&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So column "fruit" and "veg" are both used to identify the category of Attribute IF(CONTAINSSTRINGEXACT(TABLE[Attribute],"fruit"),1,0)&lt;/P&gt;&lt;P&gt;When i then make a visual with Veg as a filter, the table shows the same value for each Veg. Yet when I make the same visual using Fruit as a filter the visual properly calculate the sum/avg of each fruit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone please explain why it works for one custom column but not another?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Even if I combine all the if conditional identifies into a single column, the visual is adjust correctly for every field except for that veg field.&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;</description>
      <pubDate>Sat, 20 Apr 2024 16:06:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Visual-Problem/m-p/3855984#M9489</guid>
      <dc:creator>RES</dc:creator>
      <dc:date>2024-04-20T16:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Problem</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Visual-Problem/m-p/3857080#M9492</link>
      <description>&lt;P&gt;Please provide a more detailed explanation of what you are aiming to achieve. What have you tried and where are you stuck?&lt;/P&gt;</description>
      <pubDate>Sun, 21 Apr 2024 19:33:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Visual-Problem/m-p/3857080#M9492</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-04-21T19:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Problem</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Visual-Problem/m-p/3857205#M9494</link>
      <description>&lt;P&gt;To give you better information, what are you looking for? I feel my problem is described perfectly. I made a column to use as a filter and it is not working, yet works for other similar columns.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 21 Apr 2024 23:29:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Visual-Problem/m-p/3857205#M9494</guid>
      <dc:creator>RES</dc:creator>
      <dc:date>2024-04-21T23:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Problem</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Visual-Problem/m-p/3857236#M9495</link>
      <description>&lt;P&gt;Please provide sample data that covers your issue or question &lt;STRONG&gt;completely&lt;/STRONG&gt;, in a &lt;STRONG&gt;usable&lt;/STRONG&gt; format (not as a screenshot).&lt;BR /&gt;&lt;BR /&gt;Do not include sensitive information or anything not related to the issue or question. &lt;BR /&gt;&lt;BR /&gt;If you are unsure how to upload data please refer to &lt;A href="https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Please show the expected outcome based on the sample data you provided. &lt;BR /&gt;&lt;BR /&gt;Want faster answers? &lt;A href="https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 21 Apr 2024 23:46:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Visual-Problem/m-p/3857236#M9495</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-04-21T23:46:50Z</dc:date>
    </item>
  </channel>
</rss>

