<?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: Power BI Parent and Child Sequential data issue in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Power-BI-Parent-and-Child-Sequential-data-issue/m-p/3698473#M143852</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="689841" data-lia-user-login="rouelandrew" class="lia-mention lia-mention-user"&gt;rouelandrew&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;if you have the same data sheet, you can do it in Power Query by using the option "Fill" down&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;With the fill-down option, data will be populated in the records below in the same column until the next parent record (not a null value) is found.&lt;/P&gt;</description>
    <pubDate>Wed, 14 Feb 2024 10:08:41 GMT</pubDate>
    <dc:creator>VillyMBI</dc:creator>
    <dc:date>2024-02-14T10:08:41Z</dc:date>
    <item>
      <title>Power BI Parent and Child Sequential data issue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Power-BI-Parent-and-Child-Sequential-data-issue/m-p/3697962#M143815</link>
      <description>&lt;DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;Need help with transforming data in PowerBI. Data is sequential and has a Parent, Child relationship. &lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;OL&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;Sample is in Excel but data is in Smartsheets which I can't manipulate using SQL&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;I've connected PowerBI to Smartsheets and is directly pulling the data from there&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;it contains 1 row for each Parent and that Parent row would have a few columns filled up, but new events within that Parent would be in a Child row, which would have other columns filled up but would have the Customer Name, Customer #, etc. show as blank.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;Some parent rows would not have other Child rows or events under it&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;Data updates on a regular basis&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;Because of this, I am having trouble visualizing the data using those columns and filtering by the Customer specific data. The data on columns like Issue or Updates &amp;amp; History would show blank. Of course, in Excel this is doable by manual copying the Customer specific data but we need the dashboard to update as the data in Smartsheets also get updated. Can anyone help me out?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;SPAN&gt;Sample sequential data&lt;/SPAN&gt;&lt;img /&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 14 Feb 2024 05:09:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Power-BI-Parent-and-Child-Sequential-data-issue/m-p/3697962#M143815</guid>
      <dc:creator>rouelandrew</dc:creator>
      <dc:date>2024-02-14T05:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Parent and Child Sequential data issue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Power-BI-Parent-and-Child-Sequential-data-issue/m-p/3698220#M143835</link>
      <description>&lt;P&gt;To handle sequential data with parent-child relationships in Power BI, you can follow these steps to transform the data and visualize it effectively:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Load the data into Power BI:&lt;/STRONG&gt; You've already connected Power BI to Smartsheets and loaded the data. Ensure that all relevant columns are imported, including those for Parent and Child relationships.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Identify parent and child rows:&lt;/STRONG&gt; Power BI doesn't inherently recognize parent-child relationships like a database management system would. You need to establish this relationship within Power BI based on the structure of your data.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Transform the data:&lt;/STRONG&gt; Use Power Query Editor to transform the data. You'll want to do the following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Identify parent rows and child rows.&lt;/LI&gt;&lt;LI&gt;Merge the child rows with their corresponding parent rows using a unique identifier.&lt;/LI&gt;&lt;LI&gt;Fill in the blank fields in child rows with the relevant information from their parent rows.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Create calculated columns if needed:&lt;/STRONG&gt; If you need to concatenate or manipulate data from multiple columns to create new fields, you can do so using DAX (Data Analysis Expressions) in Power BI.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Build visualizations:&lt;/STRONG&gt; Once your data is prepared, you can create visualizations such as tables, charts, or graphs to represent the data. You can filter the data based on customer-specific information using slicers or filters.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Ensure data refresh:&lt;/STRONG&gt; Since your data updates regularly in Smartsheets, make sure that Power BI is set up to refresh the data automatically. You can schedule data refreshes in the Power BI service to ensure that your dashboard reflects the most recent data from Smartsheets.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Testing and validation:&lt;/STRONG&gt; Test your dashboard to ensure that it accurately reflects the data from Smartsheets. Pay attention to any discrepancies or errors that may occur during the transformation process.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;By following these steps, you should be able to effectively transform your sequential data with parent-child relationships from Smartsheets and visualize it in Power BI. If you encounter any specific challenges during the process, feel free to provide more details, and I can assist you further.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 07:52:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Power-BI-Parent-and-Child-Sequential-data-issue/m-p/3698220#M143835</guid>
      <dc:creator>123abc</dc:creator>
      <dc:date>2024-02-14T07:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Parent and Child Sequential data issue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Power-BI-Parent-and-Child-Sequential-data-issue/m-p/3698222#M143837</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="689841" data-lia-user-login="rouelandrew" class="lia-mention lia-mention-user"&gt;rouelandrew&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is more of a Power Query thing, There are ways in Power Query that you can use to populate parent info against each child record.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you can copy data in table form rather than image, I can give it a try.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 07:54:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Power-BI-Parent-and-Child-Sequential-data-issue/m-p/3698222#M143837</guid>
      <dc:creator>talespin</dc:creator>
      <dc:date>2024-02-14T07:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Parent and Child Sequential data issue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Power-BI-Parent-and-Child-Sequential-data-issue/m-p/3698473#M143852</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="689841" data-lia-user-login="rouelandrew" class="lia-mention lia-mention-user"&gt;rouelandrew&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;if you have the same data sheet, you can do it in Power Query by using the option "Fill" down&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;With the fill-down option, data will be populated in the records below in the same column until the next parent record (not a null value) is found.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 10:08:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Power-BI-Parent-and-Child-Sequential-data-issue/m-p/3698473#M143852</guid>
      <dc:creator>VillyMBI</dc:creator>
      <dc:date>2024-02-14T10:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Parent and Child Sequential data issue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Power-BI-Parent-and-Child-Sequential-data-issue/m-p/3698743#M143856</link>
      <description>&lt;P&gt;Hey thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do I only need to do this one time and further updates will be automatic? Or do I have to keep doing it everytime there are new rows added to the data?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 12:15:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Power-BI-Parent-and-Child-Sequential-data-issue/m-p/3698743#M143856</guid>
      <dc:creator>rouelandrew</dc:creator>
      <dc:date>2024-02-14T12:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Parent and Child Sequential data issue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Power-BI-Parent-and-Child-Sequential-data-issue/m-p/3698778#M143858</link>
      <description>&lt;P&gt;It is a one time job.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 12:34:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Power-BI-Parent-and-Child-Sequential-data-issue/m-p/3698778#M143858</guid>
      <dc:creator>VillyMBI</dc:creator>
      <dc:date>2024-02-14T12:34:58Z</dc:date>
    </item>
  </channel>
</rss>

