<?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: Get details when click on the line chart in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-details-when-click-on-the-line-chart/m-p/2907288#M94902</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="471932" data-lia-user-login="Puja_Kumari25" class="lia-mention lia-mention-user"&gt;Puja_Kumari25&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The model in the file is not the same as the code depicts. Your code above refers to some Calendar table which is not present in the file. Why have you removed it from the sample file? This does not make things easier because now I don't know what the relationships are between tables...&lt;/P&gt;</description>
    <pubDate>Tue, 15 Nov 2022 17:24:08 GMT</pubDate>
    <dc:creator>daXtreme</dc:creator>
    <dc:date>2022-11-15T17:24:08Z</dc:date>
    <item>
      <title>Get details when click on the line chart</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-details-when-click-on-the-line-chart/m-p/2905721#M94795</link>
      <description>&lt;P&gt;Hi All,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need your help on, how to get details in a table when we click on Line chart.&lt;/P&gt;&lt;P&gt;I am generating a line chart graph for the resource count monthly using the start date and End date, and when we click on the data marker it needs to show their details in the table&lt;/P&gt;&lt;P&gt;resource table&lt;BR /&gt;id, start date, end date, resouce_name&lt;BR /&gt;1,1/1/2022,1/1/2023, Ram&lt;BR /&gt;2,1/1/2022,1/8/2023, Riya&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Number of Resources Present =&lt;BR /&gt;VAR EndDatePerVisual = MAX('Calendar'[Date])&lt;BR /&gt;VAR StartDatePerVisual = Min('Calendar'[Date])&lt;BR /&gt;VAR RESULT =&lt;BR /&gt;CALCULATE(&lt;BR /&gt;[Number of Resource],--(count dax to count no of resources)&lt;BR /&gt;REMOVEFILTERS('Calendar'),&lt;BR /&gt;resourcetable[Start_Date] &amp;lt;= EndDatePerVisual,&lt;BR /&gt;resourcetable[Ending_Date] &amp;gt;= StartDatePerVisual&lt;BR /&gt;||&lt;BR /&gt;ISBLANK( resourcetable[Ending_Date])&lt;BR /&gt;)&lt;BR /&gt;RETURN&lt;BR /&gt;RESULT&lt;/P&gt;&lt;P&gt;line chart is working fine but not able to fetch resource details.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 08:10:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-details-when-click-on-the-line-chart/m-p/2905721#M94795</guid>
      <dc:creator>Puja_Kumari25</dc:creator>
      <dc:date>2022-11-15T08:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Get details when click on the line chart</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-details-when-click-on-the-line-chart/m-p/2906852#M94865</link>
      <description>&lt;P&gt;Please supply sample data to play with. You can paste a link to a file on a shared drive (OneDrive, Google...). Don't forget to grant public access rights to the file.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 14:47:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-details-when-click-on-the-line-chart/m-p/2906852#M94865</guid>
      <dc:creator>daXtreme</dc:creator>
      <dc:date>2022-11-15T14:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: Get details when click on the line chart</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-details-when-click-on-the-line-chart/m-p/2907012#M94882</link>
      <description>&lt;P&gt;&lt;A href="https://drive.google.com/drive/folders/1qc2XVJjqfiyh7L_HFytYlFVTBsQEkkJX?usp=sharing" target="_blank"&gt;https://drive.google.com/drive/folders/1qc2XVJjqfiyh7L_HFytYlFVTBsQEkkJX?usp=sharing&lt;/A&gt;&lt;/P&gt;&lt;P&gt;please find the link for the sample pbix file&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 15:38:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-details-when-click-on-the-line-chart/m-p/2907012#M94882</guid>
      <dc:creator>Puja_Kumari25</dc:creator>
      <dc:date>2022-11-15T15:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: Get details when click on the line chart</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-details-when-click-on-the-line-chart/m-p/2907288#M94902</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="471932" data-lia-user-login="Puja_Kumari25" class="lia-mention lia-mention-user"&gt;Puja_Kumari25&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The model in the file is not the same as the code depicts. Your code above refers to some Calendar table which is not present in the file. Why have you removed it from the sample file? This does not make things easier because now I don't know what the relationships are between tables...&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 17:24:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-details-when-click-on-the-line-chart/m-p/2907288#M94902</guid>
      <dc:creator>daXtreme</dc:creator>
      <dc:date>2022-11-15T17:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Get details when click on the line chart</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-details-when-click-on-the-line-chart/m-p/2917933#M95596</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="471932" data-lia-user-login="Puja_Kumari25" class="lia-mention lia-mention-user"&gt;Puja_Kumari25&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Tooltips are an elegant way of providing more contextual information and detail to data points on a visual.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;You can add the cost to Tooltips:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Output:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For more details, please refer to:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-custom-tooltips" target="_blank"&gt;Customizing tooltips in Power BI Desktop - Power BI | Microsoft Learn&lt;/A&gt;&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>Mon, 21 Nov 2022 07:39:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-details-when-click-on-the-line-chart/m-p/2917933#M95596</guid>
      <dc:creator>v-jianboli-msft</dc:creator>
      <dc:date>2022-11-21T07:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: Get details when click on the line chart</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-details-when-click-on-the-line-chart/m-p/2918124#M95610</link>
      <description>&lt;P&gt;Thank you for the help&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2022 08:56:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-details-when-click-on-the-line-chart/m-p/2918124#M95610</guid>
      <dc:creator>Puja_Kumari25</dc:creator>
      <dc:date>2022-11-21T08:56:43Z</dc:date>
    </item>
  </channel>
</rss>

