<?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 Deneb Line Chart using &amp;quot;repeat&amp;quot; in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Deneb-Line-Chart-using-quot-repeat-quot/m-p/3236871#M119006</link>
    <description>&lt;P&gt;Hi everyone,&lt;BR /&gt;I am trying to make a multiple views line chart in @deneb. Its a replication of what Power BI guy made in this video.(link attached at the end). My line chart however, has two scenarios: Act and Bud. I was able to get those. However, I want budget line to be a dotted line and I am not able to get it. Could you please help with it?&lt;BR /&gt;Power BI file and Code attached below:&lt;BR /&gt;What I can do so far:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Power BI link:&lt;BR /&gt;&lt;A href="https://drive.google.com/file/d/1Eghfv1IYX4zzcsIvXT7emUrHbN41EaWN/view?usp=sharing" target="_blank" rel="noopener"&gt;https://drive.google.com/file/d/1Eghfv1IYX4zzcsIvXT7emUrHbN41EaWN/view?usp=sharing&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Deneb Code:&lt;BR /&gt;{&lt;BR /&gt;"title": {&lt;BR /&gt;"anchor": "middle",&lt;BR /&gt;"align": "center",&lt;BR /&gt;"offset": 10,&lt;BR /&gt;"text": "Ratio Analysis",&lt;BR /&gt;"font": "Segoe UI",&lt;BR /&gt;"fontSize": 16,&lt;BR /&gt;"fontWeight": "bold",&lt;BR /&gt;"fontStyle": "normal",&lt;BR /&gt;"subtitle": "Monthly Comparision",&lt;BR /&gt;"subtitleFontSize": 12,&lt;BR /&gt;"subtitleFontStyle": "italic"&lt;BR /&gt;},&lt;BR /&gt;"data": {"name": "dataset"},&lt;BR /&gt;"repeat": [&lt;BR /&gt;"Bonus T",&lt;BR /&gt;"Pts Rolling T",&lt;BR /&gt;"Total Pts by GW T"&lt;BR /&gt;],&lt;BR /&gt;"columns": 1,&lt;BR /&gt;"spec": {&lt;BR /&gt;"mark": "trail",&lt;BR /&gt;"encoding": {&lt;BR /&gt;"x": {&lt;BR /&gt;"field": "Round",&lt;BR /&gt;"type": "ordinal",&lt;BR /&gt;"title": null&lt;BR /&gt;},&lt;BR /&gt;"y": {&lt;BR /&gt;"field": {"repeat": "repeat"},&lt;BR /&gt;"type": "quantitative",&lt;BR /&gt;"formatType": "pbiFormat",&lt;BR /&gt;"format": "#.00%"&lt;BR /&gt;},&lt;BR /&gt;"color": {&lt;BR /&gt;"field": "Scenario",&lt;BR /&gt;"type": "nominal",&lt;BR /&gt;"scale": {&lt;BR /&gt;"range": ["black", "gray"]&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"tooltip": [&lt;BR /&gt;{&lt;BR /&gt;"field": "Round",&lt;BR /&gt;"type": "ordinal"&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"field": {"repeat": "repeat"},&lt;BR /&gt;"type": "quantitative",&lt;BR /&gt;"formatType": "pbiFormat",&lt;BR /&gt;"format": "#.00%"&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"resolve": {&lt;BR /&gt;"scale": {&lt;BR /&gt;"x": "independent",&lt;BR /&gt;"size": "independent"&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;Power BI guy Youtube link:&lt;BR /&gt;&lt;A href="https://www.youtube.com/watch?v=I6FZYTSKI6Y&amp;amp;list=PL6oIJxyQvMGTxh4tREeKflcKVlOfGdyim&amp;amp;index=2" target="_blank" rel="noopener"&gt;https://www.youtube.com/watch?v=I6FZYTSKI6Y&amp;amp;list=PL6oIJxyQvMGTxh4tREeKflcKVlOfGdyim&amp;amp;index=2&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 16 May 2023 03:52:25 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-05-16T03:52:25Z</dc:date>
    <item>
      <title>Deneb Line Chart using "repeat"</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Deneb-Line-Chart-using-quot-repeat-quot/m-p/3236871#M119006</link>
      <description>&lt;P&gt;Hi everyone,&lt;BR /&gt;I am trying to make a multiple views line chart in @deneb. Its a replication of what Power BI guy made in this video.(link attached at the end). My line chart however, has two scenarios: Act and Bud. I was able to get those. However, I want budget line to be a dotted line and I am not able to get it. Could you please help with it?&lt;BR /&gt;Power BI file and Code attached below:&lt;BR /&gt;What I can do so far:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Power BI link:&lt;BR /&gt;&lt;A href="https://drive.google.com/file/d/1Eghfv1IYX4zzcsIvXT7emUrHbN41EaWN/view?usp=sharing" target="_blank" rel="noopener"&gt;https://drive.google.com/file/d/1Eghfv1IYX4zzcsIvXT7emUrHbN41EaWN/view?usp=sharing&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Deneb Code:&lt;BR /&gt;{&lt;BR /&gt;"title": {&lt;BR /&gt;"anchor": "middle",&lt;BR /&gt;"align": "center",&lt;BR /&gt;"offset": 10,&lt;BR /&gt;"text": "Ratio Analysis",&lt;BR /&gt;"font": "Segoe UI",&lt;BR /&gt;"fontSize": 16,&lt;BR /&gt;"fontWeight": "bold",&lt;BR /&gt;"fontStyle": "normal",&lt;BR /&gt;"subtitle": "Monthly Comparision",&lt;BR /&gt;"subtitleFontSize": 12,&lt;BR /&gt;"subtitleFontStyle": "italic"&lt;BR /&gt;},&lt;BR /&gt;"data": {"name": "dataset"},&lt;BR /&gt;"repeat": [&lt;BR /&gt;"Bonus T",&lt;BR /&gt;"Pts Rolling T",&lt;BR /&gt;"Total Pts by GW T"&lt;BR /&gt;],&lt;BR /&gt;"columns": 1,&lt;BR /&gt;"spec": {&lt;BR /&gt;"mark": "trail",&lt;BR /&gt;"encoding": {&lt;BR /&gt;"x": {&lt;BR /&gt;"field": "Round",&lt;BR /&gt;"type": "ordinal",&lt;BR /&gt;"title": null&lt;BR /&gt;},&lt;BR /&gt;"y": {&lt;BR /&gt;"field": {"repeat": "repeat"},&lt;BR /&gt;"type": "quantitative",&lt;BR /&gt;"formatType": "pbiFormat",&lt;BR /&gt;"format": "#.00%"&lt;BR /&gt;},&lt;BR /&gt;"color": {&lt;BR /&gt;"field": "Scenario",&lt;BR /&gt;"type": "nominal",&lt;BR /&gt;"scale": {&lt;BR /&gt;"range": ["black", "gray"]&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"tooltip": [&lt;BR /&gt;{&lt;BR /&gt;"field": "Round",&lt;BR /&gt;"type": "ordinal"&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"field": {"repeat": "repeat"},&lt;BR /&gt;"type": "quantitative",&lt;BR /&gt;"formatType": "pbiFormat",&lt;BR /&gt;"format": "#.00%"&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"resolve": {&lt;BR /&gt;"scale": {&lt;BR /&gt;"x": "independent",&lt;BR /&gt;"size": "independent"&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;Power BI guy Youtube link:&lt;BR /&gt;&lt;A href="https://www.youtube.com/watch?v=I6FZYTSKI6Y&amp;amp;list=PL6oIJxyQvMGTxh4tREeKflcKVlOfGdyim&amp;amp;index=2" target="_blank" rel="noopener"&gt;https://www.youtube.com/watch?v=I6FZYTSKI6Y&amp;amp;list=PL6oIJxyQvMGTxh4tREeKflcKVlOfGdyim&amp;amp;index=2&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 03:52:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Deneb-Line-Chart-using-quot-repeat-quot/m-p/3236871#M119006</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-16T03:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Deneb Line Chart using "repeat"</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Deneb-Line-Chart-using-quot-repeat-quot/m-p/3254725#M120159</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe you can use the&amp;nbsp;&lt;CODE&gt;layer&lt;/CODE&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;operator.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sometimes, it’s useful to superimpose one chart on top of another. You can accomplish this by using the&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;layer&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;operator. This operator is one of Vega-Lite’s&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://vega.github.io/vega-lite/docs/composition.html" target="_blank"&gt;view composition operators&lt;/A&gt;&lt;SPAN&gt;. To define a layered chart, put multiple specifications into an array under the&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;layer&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;property.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For more details, refer to:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://vega.github.io/vega-lite/docs/layer.html" target="_blank"&gt;Layering views | Vega-Lite&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Jianbo Li&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Fri, 26 May 2023 07:29:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Deneb-Line-Chart-using-quot-repeat-quot/m-p/3254725#M120159</guid>
      <dc:creator>v-jianboli-msft</dc:creator>
      <dc:date>2023-05-26T07:29:29Z</dc:date>
    </item>
  </channel>
</rss>

