<?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: Fixing the width of a column bar chart with several measures in the Y-axis in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fixing-the-width-of-a-column-bar-chart-with-several-measures-in/m-p/2753209#M84994</link>
    <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;BR /&gt;Have you tried&amp;nbsp;&lt;BR /&gt;measure2[0] = Calculate(measure[0],x=0)&lt;BR /&gt;measure2[1] = Calculate(measure[1],x=1)&lt;BR /&gt;measure2[2] = Calculate(measure[2],x=2)&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;and so on ...&lt;BR /&gt;And put the X values column in the X Axis.&lt;/P&gt;</description>
    <pubDate>Wed, 07 Sep 2022 13:09:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-09-07T13:09:32Z</dc:date>
    <item>
      <title>Fixing the width of a column bar chart with several measures in the Y-axis</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fixing-the-width-of-a-column-bar-chart-with-several-measures-in/m-p/2752693#M84969</link>
      <description>&lt;P&gt;Dear community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created several measures (called [0], ..., [20]) which calculates a y value for the x values 0, ..., 20.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Afterwards i visualised this with a bar chart. I put all measures in the y-Axis.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem is to make the bars wider. How I already read in other common topics is that I need a x-Axis to do so.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So what I tried is to make a new table which is not working, because it won't accept the measure as a cell value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Table = { &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; (&lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;, measure[0]),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; (&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;, measure[1]),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; ...&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Somehow I have to find a way to make a relationship between the measure results and the values 0, ...,20.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;x&amp;nbsp; -&amp;gt; y&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;0 - &amp;gt; measure[0]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;1 - &amp;gt; measure[1]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I don't see any way to do this at the moment. Is there any trick here?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Phil&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 07 Sep 2022 09:17:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fixing-the-width-of-a-column-bar-chart-with-several-measures-in/m-p/2752693#M84969</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-07T09:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: Fixing the width of a column bar chart with several measures in the Y-axis</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fixing-the-width-of-a-column-bar-chart-with-several-measures-in/m-p/2752750#M84972</link>
      <description>&lt;P&gt;Additional information: the function in the measures have several variable x&amp;nbsp; values. I just need the relationship between 0, ... , 20 and the result out of the measures.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 09:34:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fixing-the-width-of-a-column-bar-chart-with-several-measures-in/m-p/2752750#M84972</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-07T09:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Fixing the width of a column bar chart with several measures in the Y-axis</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fixing-the-width-of-a-column-bar-chart-with-several-measures-in/m-p/2753209#M84994</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;BR /&gt;Have you tried&amp;nbsp;&lt;BR /&gt;measure2[0] = Calculate(measure[0],x=0)&lt;BR /&gt;measure2[1] = Calculate(measure[1],x=1)&lt;BR /&gt;measure2[2] = Calculate(measure[2],x=2)&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;and so on ...&lt;BR /&gt;And put the X values column in the X Axis.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 13:09:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fixing-the-width-of-a-column-bar-chart-with-several-measures-in/m-p/2753209#M84994</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-07T13:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: Fixing the width of a column bar chart with several measures in the Y-axis</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fixing-the-width-of-a-column-bar-chart-with-several-measures-in/m-p/2753435#M85006</link>
      <description>&lt;P&gt;It is not working. I cannot pull the measure to the X-Axis.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created the following measure:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;x0 = &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;[0]&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;Punktzahl&lt;/SPAN&gt;&lt;SPAN&gt;[Punktzahl]&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Afterwards I tried to pull this x-Value for x=0 into X-Axis. But it is not being accepted.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 07 Sep 2022 14:52:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fixing-the-width-of-a-column-bar-chart-with-several-measures-in/m-p/2753435#M85006</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-07T14:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Fixing the width of a column bar chart with several measures in the Y-axis</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fixing-the-width-of-a-column-bar-chart-with-several-measures-in/m-p/2830448#M90154</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you share a sample file?&lt;/P&gt;
&lt;P&gt;It's easier to take a look at the problem.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Community Support Team _ Eason&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2022 09:21:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fixing-the-width-of-a-column-bar-chart-with-several-measures-in/m-p/2830448#M90154</guid>
      <dc:creator>v-easonf-msft</dc:creator>
      <dc:date>2022-10-10T09:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: Fixing the width of a column bar chart with several measures in the Y-axis</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fixing-the-width-of-a-column-bar-chart-with-several-measures-in/m-p/2845780#M91063</link>
      <description>&lt;P&gt;Hi Eason,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I could already solve it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used a Switch True Condition to connect x-Values and y-Value.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Switch(&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; TRUE(),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; x-Value, CALCULATE(...),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; x-Value, CALCULATE(...),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; ...&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;This worked. We can close this topic&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 07:35:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fixing-the-width-of-a-column-bar-chart-with-several-measures-in/m-p/2845780#M91063</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-17T07:35:45Z</dc:date>
    </item>
  </channel>
</rss>

