<?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 how to add a &amp;quot;/&amp;quot; slash sign to my measure result in dax in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-to-add-a-quot-quot-slash-sign-to-my-measure-result-in-dax/m-p/3235369#M118891</link>
    <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;I have 2 percentage measures in separate cards (e.g. 10% and 20%). I want to add a "/" slash sign between them (like this: 10% / 20%). How can I do this? I thought one way would be to add this sign to the end of the first formula, but it makes my percentage formula to a text. What would you advice me? Thank you in advance.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Mon, 15 May 2023 09:37:03 GMT</pubDate>
    <dc:creator>Natia</dc:creator>
    <dc:date>2023-05-15T09:37:03Z</dc:date>
    <item>
      <title>how to add a "/" slash sign to my measure result in dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-to-add-a-quot-quot-slash-sign-to-my-measure-result-in-dax/m-p/3235369#M118891</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;I have 2 percentage measures in separate cards (e.g. 10% and 20%). I want to add a "/" slash sign between them (like this: 10% / 20%). How can I do this? I thought one way would be to add this sign to the end of the first formula, but it makes my percentage formula to a text. What would you advice me? Thank you in advance.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 15 May 2023 09:37:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-to-add-a-quot-quot-slash-sign-to-my-measure-result-in-dax/m-p/3235369#M118891</guid>
      <dc:creator>Natia</dc:creator>
      <dc:date>2023-05-15T09:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to add a "/" slash sign to my measure result in dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-to-add-a-quot-quot-slash-sign-to-my-measure-result-in-dax/m-p/3235426#M118896</link>
      <description>&lt;P&gt;if you have 2 measures , then create a new measure&lt;BR /&gt;&lt;BR /&gt;Add / = FORMAT([measure 1],"0.00%") &amp;amp; " / " &amp;amp; FORMAT([measure 2],"0.00%)&lt;BR /&gt;&lt;BR /&gt;if you dont want the format 10.00% then&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Add / = FORMAT([measure 1],"0%") &amp;amp; " / " &amp;amp; FORMAT([measure 2],"0%)&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 10:05:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-to-add-a-quot-quot-slash-sign-to-my-measure-result-in-dax/m-p/3235426#M118896</guid>
      <dc:creator>eliasayyy</dc:creator>
      <dc:date>2023-05-15T10:05:43Z</dc:date>
    </item>
  </channel>
</rss>

