<?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>taylorrc Tracker</title>
    <link>https://community.fabric.microsoft.com/t5/s/yrjkf47658/tracker</link>
    <description>taylorrc Tracker</description>
    <pubDate>Sat, 19 Sep 2026 16:40:52 GMT</pubDate>
    <dc:date>2026-09-19T16:40:52Z</dc:date>
    <item>
      <title>Re: TOTALYTD until TODAY</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/TOTALYTD-until-TODAY/m-p/349953#M157229</link>
      <description>&lt;P&gt;This worked great for me. Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a question thought. I'm also comparing to same period last year. I'm using the formula:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Last Year YTD=Calulate ([CurrentYearYTD]), SAMEPERIODLASTYEAR(DATESYTD('Table'[Date])))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is returning the same value at the CurrentYearYTD calcluation. Any suggestions to make this comparison?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2018 15:07:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/TOTALYTD-until-TODAY/m-p/349953#M157229</guid>
      <dc:creator>taylorrc</dc:creator>
      <dc:date>2018-02-01T15:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Use Measure as Axis in visual</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Use-Measure-as-Axis-in-visual/m-p/135078#M57839</link>
      <description>&lt;P&gt;I solved the issue. I created a new table with the axis lables in the first column, then used If statements to look at the value in the first column. If it was one of the subtotals, it returned the measure I created. If it was an actual status, I used:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;CALCULATE(counta('Idea Factory One Utility'[Status Of Idea]),&lt;BR /&gt;     FILTER(all('Idea Factory One Utility'), &lt;BR /&gt;     'Idea Factory One Utility'[Status Of Idea]=Idea_Status[Status Type]))&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;This retuned the values that I needed for the visualtion. Its a little brute force, but it worked.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2017 15:13:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Use-Measure-as-Axis-in-visual/m-p/135078#M57839</guid>
      <dc:creator>taylorrc</dc:creator>
      <dc:date>2017-03-01T15:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Use Measure as Axis in visual</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Use-Measure-as-Axis-in-visual/m-p/135077#M57838</link>
      <description>&lt;P&gt;I solved the issue. I created a new table with the axis lables in the first column, then used If statements to look at the value in the first column. If it was one of the subtotals, it returned the measure I created. If it was an actual status, I used:&lt;/P&gt;&lt;PRE&gt;CALCULATE(counta('Idea Factory One Utility'[Status Of Idea]),&lt;BR /&gt;FILTER(all('Idea Factory One Utility'), 'Idea Factory One Utility'[Status Of Idea]=Idea_Status[Status Type]))&lt;/PRE&gt;</description>
      <pubDate>Wed, 01 Mar 2017 15:12:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Use-Measure-as-Axis-in-visual/m-p/135077#M57838</guid>
      <dc:creator>taylorrc</dc:creator>
      <dc:date>2017-03-01T15:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Use Measure as Axis in visual</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Use-Measure-as-Axis-in-visual/m-p/135063#M57825</link>
      <description>&lt;P&gt;That gets me part of the way there. I need to also include a "subtotal" as a vlaue on the axis. Here is the original graph that I'm trying to recreate&lt;/P&gt;&lt;P&gt;.&amp;nbsp;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;The grey bars are sub totals of the actual statuses. It was created in excel using three series. The Grey bar is one, the orange is another, and the "clear" bar is the third. In the series for the grey bars, the value for the orange and clear is zero, making it appear they are not there. &amp;nbsp;This can be acomplished because I can manually indicate the values for the axis and then assign data to the three series.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've got all the values I need, I created them using measures, but I can't figure out how to get that measure to align with an axis label. Is there a way to create a new table with the axis labels in a column, and then refernce the measures in the next column?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is appreciated.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2017 14:29:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Use-Measure-as-Axis-in-visual/m-p/135063#M57825</guid>
      <dc:creator>taylorrc</dc:creator>
      <dc:date>2017-03-01T14:29:26Z</dc:date>
    </item>
    <item>
      <title>Use Measure as Axis in visual</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Use-Measure-as-Axis-in-visual/m-p/134569#M57594</link>
      <description>&lt;P&gt;I am trying to create a visual similar to this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;but I need to include some values that are sumations of some of the columns. For example, a total column that is a sum of all the values. Another is a value called "Accpeted" that is a sum of Imlplemented, Assigned to Team, Ready for Implementation, and Being Piloted.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've created measures to generate all these numbers for me, but I cannot get the visualization to allow me to use the measure name for the axis label. Is there a way to do that, maybe through a calulated table? I'm new to Power BI and visual analytics in general. Thanks in advance for any help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2017 20:54:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Use-Measure-as-Axis-in-visual/m-p/134569#M57594</guid>
      <dc:creator>taylorrc</dc:creator>
      <dc:date>2017-02-28T20:54:53Z</dc:date>
    </item>
  </channel>
</rss>

