<?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: Custom Variables in Debug Visual in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Variables-in-Debug-Visual/m-p/80398#M2841</link>
    <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/15013"&gt;@DdanB﻿&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I see there is an open issue at &lt;A href="https://github.com/Microsoft/PowerBI-visuals-tools/issues/43" target="_blank"&gt;https://github.com/Microsoft/PowerBI-visuals-tools/issues/43&lt;/A&gt;. You may give feedback at &lt;A href="https://ideas.powerbi.com/forums/265200-power-bi" target="_blank"&gt;https://ideas.powerbi.com/forums/265200-power-bi&lt;/A&gt; as well.&lt;/P&gt;</description>
    <pubDate>Thu, 20 Oct 2016 10:49:56 GMT</pubDate>
    <dc:creator>v-chuncz-msft</dc:creator>
    <dc:date>2016-10-20T10:49:56Z</dc:date>
    <item>
      <title>Custom Variables in Debug Visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Variables-in-Debug-Visual/m-p/74389#M2497</link>
      <description>&lt;P&gt;Do these work? &amp;nbsp;I've tried copying the sample from the barchart tutorial (&lt;A href="https://github.com/Microsoft/PowerBI-visuals/blob/master/Tutorial/StaticObjects.md" target="_blank"&gt;https://github.com/Microsoft/PowerBI-visuals/blob/master/Tutorial/StaticObjects.md&lt;/A&gt;) yet the items i add &amp;nbsp;never appear under the "format" pane. &amp;nbsp;Am i missing something? &amp;nbsp;My capabilities.json looks like this (below) and i was expecting to see an 'Enable Axis' option under formatting on the right? &amp;nbsp;Apologies if i have missed something.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"dataRoles": [&lt;BR /&gt;{&lt;BR /&gt;"displayName": "Category Data",&lt;BR /&gt;"name": "category",&lt;BR /&gt;"kind": 0&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"displayName": "Measure Data",&lt;BR /&gt;"name": "measure",&lt;BR /&gt;"kind": 1&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"dataViewMappings": [&lt;BR /&gt;{&lt;BR /&gt;"conditions": [&lt;BR /&gt;{&lt;BR /&gt;"category": {&lt;BR /&gt;"max": 1&lt;BR /&gt;},&lt;BR /&gt;"measure": {&lt;BR /&gt;"max": 1&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"categorical": {&lt;BR /&gt;"categories": {&lt;BR /&gt;"for": {&lt;BR /&gt;"in": "category"&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"values": {&lt;BR /&gt;"select": [&lt;BR /&gt;{&lt;BR /&gt;"bind": {&lt;BR /&gt;"to": "measure"&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"objects": {&lt;BR /&gt;"enableAxis": {&lt;BR /&gt;"displayName": "Enable Axis",&lt;BR /&gt;"properties": {&lt;BR /&gt;"show": {&lt;BR /&gt;"displayName": "Enable Axis",&lt;BR /&gt;"type": { "bool": true }&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2016 13:07:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Variables-in-Debug-Visual/m-p/74389#M2497</guid>
      <dc:creator>DdanB</dc:creator>
      <dc:date>2016-10-03T13:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Variables in Debug Visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Variables-in-Debug-Visual/m-p/74394#M2498</link>
      <description>&lt;P&gt;Appears to be Power BI Service debug visual&amp;nbsp;only, works if i package&amp;nbsp;to desktop, sorry forgot to mention that.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2016 13:53:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Variables-in-Debug-Visual/m-p/74394#M2498</guid>
      <dc:creator>DdanB</dc:creator>
      <dc:date>2016-10-03T13:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Variables in Debug Visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Variables-in-Debug-Visual/m-p/74681#M2506</link>
      <description>&lt;P&gt;Hey Ddan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i got this failure too. It works to last Friday.&lt;/P&gt;&lt;P&gt;Do you try it with the normal sample example from here:&amp;nbsp;&lt;A href="https://github.com/Microsoft/PowerBI-visuals-sampleBarChart" target="_blank"&gt;https://github.com/Microsoft/PowerBI-visuals-sampleBarChart&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That do not work for me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sometimes it helps to restart the Browser or the PBIVIZ.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Addendum: Do you implement the BarChartSettings and the &amp;nbsp;EnumerationObjectInstances Method?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Greetings Mcburn&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2016 08:05:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Variables-in-Debug-Visual/m-p/74681#M2506</guid>
      <dc:creator>Mcburn</dc:creator>
      <dc:date>2016-10-04T08:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Variables in Debug Visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Variables-in-Debug-Visual/m-p/74723#M2515</link>
      <description>&lt;P&gt;Thanks Mcburn, yes &amp;nbsp;I've implemented them both. &amp;nbsp;Works ok if i package it and put it in desktop so i think its a debug visual thing.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2016 09:39:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Variables-in-Debug-Visual/m-p/74723#M2515</guid>
      <dc:creator>DdanB</dc:creator>
      <dc:date>2016-10-04T09:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Variables in Debug Visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Variables-in-Debug-Visual/m-p/74763#M2523</link>
      <description>&lt;P&gt;In the moment i do not get the objects in dataViews[0].metadata.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when i package my project i see the objects in the format frame, the objects are still empty.&lt;/P&gt;&lt;P&gt;It is the same failure with the example project.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Iam really confused on Friday everything was ok.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2016 10:49:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Variables-in-Debug-Visual/m-p/74763#M2523</guid>
      <dc:creator>Mcburn</dc:creator>
      <dc:date>2016-10-04T10:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Variables in Debug Visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Variables-in-Debug-Visual/m-p/74766#M2524</link>
      <description>&lt;P&gt;watching this as I have the same issue, any custom objects I can't get to show up&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2016 10:52:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Variables-in-Debug-Visual/m-p/74766#M2524</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-10-04T10:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Variables in Debug Visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Variables-in-Debug-Visual/m-p/80398#M2841</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/15013"&gt;@DdanB﻿&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I see there is an open issue at &lt;A href="https://github.com/Microsoft/PowerBI-visuals-tools/issues/43" target="_blank"&gt;https://github.com/Microsoft/PowerBI-visuals-tools/issues/43&lt;/A&gt;. You may give feedback at &lt;A href="https://ideas.powerbi.com/forums/265200-power-bi" target="_blank"&gt;https://ideas.powerbi.com/forums/265200-power-bi&lt;/A&gt; as well.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2016 10:49:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Variables-in-Debug-Visual/m-p/80398#M2841</guid>
      <dc:creator>v-chuncz-msft</dc:creator>
      <dc:date>2016-10-20T10:49:56Z</dc:date>
    </item>
  </channel>
</rss>

