<?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: Report builder - how to create rows based on other rows in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Report-builder-how-to-create-rows-based-on-other-rows/m-p/2099069#M21066</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;First, you can reference these tutorials to study how to use report builder.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/sql/reporting-services/report-builder-tutorials?view=sql-server-ver15" target="_blank"&gt;Report Builder Tutorials - SQL Server Reporting Services (SSRS) | Microsoft Docs&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;How tp create measure:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Report-Server/How-to-use-measures-in-power-bi-report-builder-which-was-created/m-p/1572045" target="_blank"&gt;Solved: How to use measures in power bi report builder whi... - Microsoft Power BI Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;You can reference this tutorial to learn how to&amp;nbsp;&amp;nbsp;combine 2 datasets data in one table.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Report-Server/Paginated-report-nested-tables-with-different-datasets/td-p/1783060" target="_blank"&gt;Solved: Paginated report - nested tables with different da... - Microsoft Power BI Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If you don’t know more about how to use report builder, the easiest way is to copy the effect you want in PBI desktop to the report builder.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Did I answer your question ? Please mark my reply as solution. Thank you very much.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;If not, please feel free to ask me.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Community Support Team _ Janey&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Sep 2021 03:17:34 GMT</pubDate>
    <dc:creator>v-janeyg-msft</dc:creator>
    <dc:date>2021-09-27T03:17:34Z</dc:date>
    <item>
      <title>Report builder - how to create rows based on other rows</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Report-builder-how-to-create-rows-based-on-other-rows/m-p/2094796#M21042</link>
      <description>&lt;P&gt;Hello everybody.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I'm not sure if the name of this post is descriptive enough, but I'll try to describe my problem better here. I've been working with Report builder for 2 days, so please be kind if my question is stupid.&lt;BR /&gt;&lt;BR /&gt;I have a table where I have multiple columns with data(numbers) and one column based on which I'm summing those numbers. Something like this:&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Naming column&lt;/TD&gt;&lt;TD&gt;Data_column_x&lt;/TD&gt;&lt;TD&gt;Data_column_y&lt;/TD&gt;&lt;TD&gt;Data_column_z&lt;/TD&gt;&lt;TD&gt;Data_column_q&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;US&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Germany&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, what I need is: for some countries I need rows which would be basically the same country name, but with some kind of % values. So it would be named something like "US[%]" and "Germany[%]" For those rows I need to calculate the values. Calculation might be something like this: (Data_column_x for US)/(Data_column_x for Germany) or (Data_column_x for India)/(Data_column_x for Germany). So there would be always Germany data involved in the calculations, cause it's percentage Germany data.&lt;BR /&gt;&lt;BR /&gt;There are 2 problems here: How to create those rows, which would be based on already existing row names, so basically duplicating certain row names with addition of some sort of "flag" (e.g. [%]). And another one is how to get data for one specific country so I can use it in my calculations for those rows.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;My amateur idea was to create new dataset with data only for that one country which I need in those calculations, but I was not able to combine 2 datasets in one table.&lt;BR /&gt;&lt;BR /&gt;Thank you very much in advance for all the tips!&lt;/P&gt;</description>
      <pubDate>Thu, 23 Sep 2021 14:58:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Report-builder-how-to-create-rows-based-on-other-rows/m-p/2094796#M21042</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-09-23T14:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Report builder - how to create rows based on other rows</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Report-builder-how-to-create-rows-based-on-other-rows/m-p/2099069#M21066</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;First, you can reference these tutorials to study how to use report builder.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/sql/reporting-services/report-builder-tutorials?view=sql-server-ver15" target="_blank"&gt;Report Builder Tutorials - SQL Server Reporting Services (SSRS) | Microsoft Docs&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;How tp create measure:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Report-Server/How-to-use-measures-in-power-bi-report-builder-which-was-created/m-p/1572045" target="_blank"&gt;Solved: How to use measures in power bi report builder whi... - Microsoft Power BI Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;You can reference this tutorial to learn how to&amp;nbsp;&amp;nbsp;combine 2 datasets data in one table.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Report-Server/Paginated-report-nested-tables-with-different-datasets/td-p/1783060" target="_blank"&gt;Solved: Paginated report - nested tables with different da... - Microsoft Power BI Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If you don’t know more about how to use report builder, the easiest way is to copy the effect you want in PBI desktop to the report builder.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Did I answer your question ? Please mark my reply as solution. Thank you very much.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;If not, please feel free to ask me.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Community Support Team _ Janey&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Sep 2021 03:17:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Report-builder-how-to-create-rows-based-on-other-rows/m-p/2099069#M21066</guid>
      <dc:creator>v-janeyg-msft</dc:creator>
      <dc:date>2021-09-27T03:17:34Z</dc:date>
    </item>
  </channel>
</rss>

