<?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 DAX Expression to create dynamic Index column to show all categorical values without scrollbar in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Expression-to-create-dynamic-Index-column-to-show-all/m-p/2651611#M78198</link>
    <description>&lt;P&gt;Hi Community, Good Evening. I have a requirement to show all the values for a categorical column without a scrollbar.&lt;/P&gt;&lt;P&gt;I created my chart with dimensions that had 370+ distinct values and DAX measure and got the below chart. But my business users want to see all the values without scroll bar.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To meet my requirements, I need a dynamic DAX column that holds an index value that can be used in the X-Axis as continuous. But how to write DAX to get such a dynamic index column to change with your selections.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dimension: Station Name&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Measure: Actual Travel Time / Total Time&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have separate facts in the model and too many dimensions as filters in the page.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 21 Jul 2022 01:35:03 GMT</pubDate>
    <dc:creator>datpbi_newbie</dc:creator>
    <dc:date>2022-07-21T01:35:03Z</dc:date>
    <item>
      <title>DAX Expression to create dynamic Index column to show all categorical values without scrollbar</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Expression-to-create-dynamic-Index-column-to-show-all/m-p/2651611#M78198</link>
      <description>&lt;P&gt;Hi Community, Good Evening. I have a requirement to show all the values for a categorical column without a scrollbar.&lt;/P&gt;&lt;P&gt;I created my chart with dimensions that had 370+ distinct values and DAX measure and got the below chart. But my business users want to see all the values without scroll bar.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To meet my requirements, I need a dynamic DAX column that holds an index value that can be used in the X-Axis as continuous. But how to write DAX to get such a dynamic index column to change with your selections.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dimension: Station Name&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Measure: Actual Travel Time / Total Time&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have separate facts in the model and too many dimensions as filters in the page.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 01:35:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Expression-to-create-dynamic-Index-column-to-show-all/m-p/2651611#M78198</guid>
      <dc:creator>datpbi_newbie</dc:creator>
      <dc:date>2022-07-21T01:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Expression to create dynamic Index column to show all categorical values without scrollbar</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Expression-to-create-dynamic-Index-column-to-show-all/m-p/2651820#M78204</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="356873" data-lia-user-login="datpbi_newbie" class="lia-mention lia-mention-user"&gt;datpbi_newbie&lt;/a&gt; , You can get a continuous axis for the Number and date field only &lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 03:55:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Expression-to-create-dynamic-Index-column-to-show-all/m-p/2651820#M78204</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-07-21T03:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Expression to create dynamic Index column to show all categorical values without scrollbar</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Expression-to-create-dynamic-Index-column-to-show-all/m-p/2656127#M78505</link>
      <description>&lt;P&gt;Yes we can create continuous on the number and date field only.&lt;/P&gt;&lt;P&gt;So I am looking to create a dynamic Index number column for my string Station_Name column and I use Tool Tip to show the Station Name.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2022 15:52:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Expression-to-create-dynamic-Index-column-to-show-all/m-p/2656127#M78505</guid>
      <dc:creator>datpbi_newbie</dc:creator>
      <dc:date>2022-07-22T15:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Expression to create dynamic Index column to show all categorical values without scrollbar</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Expression-to-create-dynamic-Index-column-to-show-all/m-p/2657833#M78678</link>
      <description>&lt;P&gt;Hi Community, my requirement is to remove the Scroll Bar for the Categorical Column (Station Name) and show all the values.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have some experience with other tools and its had much more options to control the scroll bar and there is no option available for Power BI to customize the scroll bar for the categorical columns.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I trying to create a dynamic column ( I can't use the Measure in the x-axis or sort by column) to create a number column to accomplish this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any thoughts?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 02:13:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Expression-to-create-dynamic-Index-column-to-show-all/m-p/2657833#M78678</guid>
      <dc:creator>datpbi_newbie</dc:creator>
      <dc:date>2022-07-25T02:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Expression to create dynamic Index column to show all categorical values without scrollbar</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Expression-to-create-dynamic-Index-column-to-show-all/m-p/2664109#M79094</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="356873" data-lia-user-login="datpbi_newbie" class="lia-mention lia-mention-user"&gt;datpbi_newbie&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe you can refer to field parameter .&amp;nbsp;&lt;SPAN&gt;Field parameters allow users to dynamically change the measures or dimensions being analyzed within a report.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/create-reports/power-bi-field-parameters" target="_blank"&gt;Let report readers use field parameters to change visuals (preview) - Power BI | Microsoft Docs&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Community Support Team _ Ailsa Tao&lt;BR /&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;I&gt;Accept it as the solution&lt;/I&gt;&lt;/STRONG&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2022 07:56:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Expression-to-create-dynamic-Index-column-to-show-all/m-p/2664109#M79094</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-27T07:56:20Z</dc:date>
    </item>
  </channel>
</rss>

