<?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 Utilization rate in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Utilization-rate/m-p/704989#M19555</link>
    <description>&lt;P&gt;All,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have build a custom visual that works as expected. Now I am trying to use the formatting utility and have following all the intructions in the link &lt;A href="https://github.com/Microsoft/powerbi-visuals-utils-formattingutils/blob/HEAD/docs/usage/installation-guide.md" target="_self"&gt;https://github.com/Microsoft/powerbi-visuals-utils-formattingutils/blob/HEAD/docs/usage/installation-guide.md&lt;/A&gt;. I have followed every single step in this guide but&amp;nbsp;when I try to import the&amp;nbsp;&lt;SPAN&gt;valueFormatter, I get the error "Namespace powerbi.extensibility has no exported member utils"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/168076iECB8ABCB5C2C2B0C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;  //pbiviz.json
    "externalJS": [
        "node_modules/powerbi-visuals-utils-typeutils/lib/index.js",
        "node_modules/powerbi-visuals-utils-dataviewutils/lib/index.js",
        "node_modules/powerbi-visuals-utils-formattingutils/lib/index.js"
    ]&lt;/PRE&gt;&lt;PRE&gt;//tsconfig.json
{   
    "compilerOptions": {
        "allowJs": false,
        "emitDecoratorMetadata": true,
        "experimentalDecorators": true,
        "target": "es6",
        "sourceMap": true,
        "outDir": "./.tmp/build/",
        "moduleResolution": "node",
        "declaration": true,
        "lib": [
            "es2015",
            "dom"
        ]
    },
    "files": [
        "./src/visual.ts",
        "node_modules/powerbi-visuals-utils-typeutils/lib/index.d.ts",
        "node_modules/powerbi-visuals-utils-dataviewutils/lib/index.d.ts",
        "node_modules/powerbi-visuals-utils-formattingutils/lib/index.d.ts"
    ]
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am sure I am doing something wrong, and would appreciate if you could help me fix this&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Nishant&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 02 Jun 2019 10:20:31 GMT</pubDate>
    <dc:creator>Nishantjain</dc:creator>
    <dc:date>2019-06-02T10:20:31Z</dc:date>
    <item>
      <title>Utilization rate</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Utilization-rate/m-p/704989#M19555</link>
      <description>&lt;P&gt;All,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have build a custom visual that works as expected. Now I am trying to use the formatting utility and have following all the intructions in the link &lt;A href="https://github.com/Microsoft/powerbi-visuals-utils-formattingutils/blob/HEAD/docs/usage/installation-guide.md" target="_self"&gt;https://github.com/Microsoft/powerbi-visuals-utils-formattingutils/blob/HEAD/docs/usage/installation-guide.md&lt;/A&gt;. I have followed every single step in this guide but&amp;nbsp;when I try to import the&amp;nbsp;&lt;SPAN&gt;valueFormatter, I get the error "Namespace powerbi.extensibility has no exported member utils"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/168076iECB8ABCB5C2C2B0C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;  //pbiviz.json
    "externalJS": [
        "node_modules/powerbi-visuals-utils-typeutils/lib/index.js",
        "node_modules/powerbi-visuals-utils-dataviewutils/lib/index.js",
        "node_modules/powerbi-visuals-utils-formattingutils/lib/index.js"
    ]&lt;/PRE&gt;&lt;PRE&gt;//tsconfig.json
{   
    "compilerOptions": {
        "allowJs": false,
        "emitDecoratorMetadata": true,
        "experimentalDecorators": true,
        "target": "es6",
        "sourceMap": true,
        "outDir": "./.tmp/build/",
        "moduleResolution": "node",
        "declaration": true,
        "lib": [
            "es2015",
            "dom"
        ]
    },
    "files": [
        "./src/visual.ts",
        "node_modules/powerbi-visuals-utils-typeutils/lib/index.d.ts",
        "node_modules/powerbi-visuals-utils-dataviewutils/lib/index.d.ts",
        "node_modules/powerbi-visuals-utils-formattingutils/lib/index.d.ts"
    ]
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am sure I am doing something wrong, and would appreciate if you could help me fix this&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Nishant&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Jun 2019 10:20:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Utilization-rate/m-p/704989#M19555</guid>
      <dc:creator>Nishantjain</dc:creator>
      <dc:date>2019-06-02T10:20:31Z</dc:date>
    </item>
  </channel>
</rss>

