<?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: I need help please. in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/I-need-help-please/m-p/4383464#M39446</link>
    <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You can refer the following links to get it:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Desktop/How-to-create-a-table-calculate-OPEN-CLOSED-and-ACTIVE-AT-END-OF/td-p/1234099" target="_blank"&gt;Solved: How to create a table calculate OPEN CLOSED and AC... - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Opened Tickets Number =
COUNTROWS (
            FILTER (
                ALLSELECTED ( TicketsWithTeams ),
                TicketsWithTeams[CreatedDate] = [Date]
                    &amp;amp;&amp;amp; TicketsWithTeams[Team] = EARLIER ( TicketsWithTeams[Team] )
            )&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Closed Tickets Number = 
COUNTROWS (
            FILTER (
                ALLSELECTED ( TicketsWithTeams ),
                TicketsWithTeams[ClosedDate] = [Date]
                    &amp;amp;&amp;amp; TicketsWithTeams[Team] = EARLIER ( TicketsWithTeams[Team] )
            )&lt;/LI-CODE&gt;
&lt;P&gt;&lt;A href="https://blog.finance-bi.com/power-bi-tickets-tracking/" target="_blank"&gt;Power BI: Tickets tracking full dashboard&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Tickets created = 
CALCULATE(COUNT('ticketsData'[ticketID]),
'ticketsData'[status]="created")&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Tickets closed = 
CALCULATE(COUNT('ticketsData'[ticketID]),
'ticketsData'[status]="closed")&lt;/LI-CODE&gt;
&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Desktop/Calculate-the-number-of-new-open-closed-tickets-per-day-or-week/td-p/1637697" target="_blank"&gt;Solved: Calculate the number of new, open, closed tickets ... - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the above one can't help you figure out, please provide some sample data in your tables&amp;nbsp;&lt;SPAN&gt;(&lt;EM&gt;&lt;STRONG&gt;exclude&amp;nbsp;sensitive&amp;nbsp;data&lt;/STRONG&gt;&lt;/EM&gt;) with&amp;nbsp;&lt;STRONG&gt;Text&lt;/STRONG&gt;&amp;nbsp;format&amp;nbsp;and your&amp;nbsp;&lt;STRONG&gt;expected result&lt;/STRONG&gt;&amp;nbsp;with backend logic base on the provided sample data.&amp;nbsp;It would be helpful to find out the solution. You can refer the following link to share the required info:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.powerbi.com%2Ft5%2FCommunity-Blog%2FHow-to-provide-sample-data-in-the-Power-BI-Forum%2Fba-p%2F963216&amp;amp;data=05%7C02%7Cv-yiruan%40microsoft.com%7Cfa3ef2e8fa204959374a08dd1269b86f%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638686967510966599%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;amp;sdata=ogPFLgpLIa2kyKVVfScda9qyICbxBeU%2BfU%2FCrp8aHNw%3D&amp;amp;reserved=0" target="_blank" rel="noopener nofollow noreferrer"&gt;How to provide sample data in the Power BI Forum&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;And&amp;nbsp;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;it is better&lt;/STRONG&gt;&amp;nbsp;&lt;/FONT&gt;if you can share a&amp;nbsp;&lt;FONT color="#008000"&gt;&lt;STRONG&gt;simplified&lt;/STRONG&gt;&amp;nbsp;&lt;/FONT&gt;pbix file. You can refer the following link to upload the file to the community. Thank you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.powerbi.com%2Ft5%2FDesktop%2FHow-to-upload-PBI-in-Community%2Fm-p%2F1672886&amp;amp;data=05%7C02%7Cv-yiruan%40microsoft.com%7Cfa3ef2e8fa204959374a08dd1269b86f%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638686967510996088%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;amp;sdata=3ejHrODElXY5yOqTu0gbxwCURt8SxT8tjJsYseuFPTM%3D&amp;amp;reserved=0" target="_blank" rel="noopener nofollow noreferrer"&gt;How to upload PBI in Community&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
    <pubDate>Tue, 28 Jan 2025 04:49:14 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2025-01-28T04:49:14Z</dc:date>
    <item>
      <title>I need help please.</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/I-need-help-please/m-p/4383046#M39438</link>
      <description>&lt;P&gt;Im creating a dashboard for a helpdesk app but I got stuck at a&amp;nbsp;simple line chart... My idea is to make a chart with 2 lines, one showing the amount of tickets created monthy and the other line showing the amount of tickets resolved por month.&lt;BR /&gt;For this Im using the default line chart visual from power BI. I managed to make the line of "Created" work...but the "Closed" line wont work at all...it keeps on displayin the total closed (14) every month....&lt;BR /&gt;Print:&amp;nbsp;&lt;A href="https://drive.google.com/file/d/1pOmLquaywSX68O7xwtWsieGYqEeMm3ir/view?usp=sharing" target="_blank" rel="noopener"&gt;https://drive.google.com/file/d/1pOmLquaywSX68O7xwtWsieGYqEeMm3ir/view?usp=sharing&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Already tried:&lt;BR /&gt;- Making a new calendar table,&lt;BR /&gt;- Making 2 separeted visuals,&lt;BR /&gt;- Making only the Resolved...&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Can someone show me the light?&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":face_with_head_bandage:"&gt;🤕&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2025 18:41:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/I-need-help-please/m-p/4383046#M39438</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-01-27T18:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: I need help please.</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/I-need-help-please/m-p/4383464#M39446</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You can refer the following links to get it:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Desktop/How-to-create-a-table-calculate-OPEN-CLOSED-and-ACTIVE-AT-END-OF/td-p/1234099" target="_blank"&gt;Solved: How to create a table calculate OPEN CLOSED and AC... - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Opened Tickets Number =
COUNTROWS (
            FILTER (
                ALLSELECTED ( TicketsWithTeams ),
                TicketsWithTeams[CreatedDate] = [Date]
                    &amp;amp;&amp;amp; TicketsWithTeams[Team] = EARLIER ( TicketsWithTeams[Team] )
            )&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Closed Tickets Number = 
COUNTROWS (
            FILTER (
                ALLSELECTED ( TicketsWithTeams ),
                TicketsWithTeams[ClosedDate] = [Date]
                    &amp;amp;&amp;amp; TicketsWithTeams[Team] = EARLIER ( TicketsWithTeams[Team] )
            )&lt;/LI-CODE&gt;
&lt;P&gt;&lt;A href="https://blog.finance-bi.com/power-bi-tickets-tracking/" target="_blank"&gt;Power BI: Tickets tracking full dashboard&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Tickets created = 
CALCULATE(COUNT('ticketsData'[ticketID]),
'ticketsData'[status]="created")&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Tickets closed = 
CALCULATE(COUNT('ticketsData'[ticketID]),
'ticketsData'[status]="closed")&lt;/LI-CODE&gt;
&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Desktop/Calculate-the-number-of-new-open-closed-tickets-per-day-or-week/td-p/1637697" target="_blank"&gt;Solved: Calculate the number of new, open, closed tickets ... - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the above one can't help you figure out, please provide some sample data in your tables&amp;nbsp;&lt;SPAN&gt;(&lt;EM&gt;&lt;STRONG&gt;exclude&amp;nbsp;sensitive&amp;nbsp;data&lt;/STRONG&gt;&lt;/EM&gt;) with&amp;nbsp;&lt;STRONG&gt;Text&lt;/STRONG&gt;&amp;nbsp;format&amp;nbsp;and your&amp;nbsp;&lt;STRONG&gt;expected result&lt;/STRONG&gt;&amp;nbsp;with backend logic base on the provided sample data.&amp;nbsp;It would be helpful to find out the solution. You can refer the following link to share the required info:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.powerbi.com%2Ft5%2FCommunity-Blog%2FHow-to-provide-sample-data-in-the-Power-BI-Forum%2Fba-p%2F963216&amp;amp;data=05%7C02%7Cv-yiruan%40microsoft.com%7Cfa3ef2e8fa204959374a08dd1269b86f%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638686967510966599%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;amp;sdata=ogPFLgpLIa2kyKVVfScda9qyICbxBeU%2BfU%2FCrp8aHNw%3D&amp;amp;reserved=0" target="_blank" rel="noopener nofollow noreferrer"&gt;How to provide sample data in the Power BI Forum&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;And&amp;nbsp;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;it is better&lt;/STRONG&gt;&amp;nbsp;&lt;/FONT&gt;if you can share a&amp;nbsp;&lt;FONT color="#008000"&gt;&lt;STRONG&gt;simplified&lt;/STRONG&gt;&amp;nbsp;&lt;/FONT&gt;pbix file. You can refer the following link to upload the file to the community. Thank you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.powerbi.com%2Ft5%2FDesktop%2FHow-to-upload-PBI-in-Community%2Fm-p%2F1672886&amp;amp;data=05%7C02%7Cv-yiruan%40microsoft.com%7Cfa3ef2e8fa204959374a08dd1269b86f%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638686967510996088%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;amp;sdata=3ejHrODElXY5yOqTu0gbxwCURt8SxT8tjJsYseuFPTM%3D&amp;amp;reserved=0" target="_blank" rel="noopener nofollow noreferrer"&gt;How to upload PBI in Community&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2025 04:49:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/I-need-help-please/m-p/4383464#M39446</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-01-28T04:49:14Z</dc:date>
    </item>
  </channel>
</rss>

