<?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>RajaKoteru Tracker</title>
    <link>https://community.fabric.microsoft.com/t5/s/yrjkf47658/tracker</link>
    <description>RajaKoteru Tracker</description>
    <pubDate>Sat, 19 Sep 2026 04:15:21 GMT</pubDate>
    <dc:date>2026-09-19T04:15:21Z</dc:date>
    <item>
      <title>Merge two visuals with different measures and export table with formatting colors</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Merge-two-visuals-with-different-measures-and-export-table-with/m-p/4264436#M1339877</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;I am trying to merge two differnt visuals one with direct data and one with summarized totals data as shown below.&lt;/P&gt;&lt;P&gt;What are my options to merge and export with formatting colors&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2024 18:47:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Merge-two-visuals-with-different-measures-and-export-table-with/m-p/4264436#M1339877</guid>
      <dc:creator>RajaKoteru</dc:creator>
      <dc:date>2024-10-30T18:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to send USERPRINCIPALNAME  to dynamic query to return results based on logged in user</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/How-to-send-USERPRINCIPALNAME-to-dynamic-query-to-return-results/m-p/4050822#M1286098</link>
      <description>&lt;P&gt;This solution didn't work. Not sure If I am missing anything.&amp;nbsp; Can you please provide more details.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2024 13:38:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/How-to-send-USERPRINCIPALNAME-to-dynamic-query-to-return-results/m-p/4050822#M1286098</guid>
      <dc:creator>RajaKoteru</dc:creator>
      <dc:date>2024-07-19T13:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to send USERPRINCIPALNAME  to dynamic query to return results based on logged in user</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/How-to-send-USERPRINCIPALNAME-to-dynamic-query-to-return-results/m-p/4048615#M1285619</link>
      <description>&lt;P&gt;Thank you for the reply. Without dynamic query I am confused how it filters the data.&lt;/P&gt;&lt;P&gt;Is fact a table that we get the results from the query and UserDim is the measure&amp;nbsp; ?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2024 13:10:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/How-to-send-USERPRINCIPALNAME-to-dynamic-query-to-return-results/m-p/4048615#M1285619</guid>
      <dc:creator>RajaKoteru</dc:creator>
      <dc:date>2024-07-18T13:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to send USERPRINCIPALNAME  to dynamic query to return results based on logged in user</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/How-to-send-USERPRINCIPALNAME-to-dynamic-query-to-return-results/m-p/4047006#M1285284</link>
      <description>&lt;P&gt;Thank you for the quick response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the fact ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's what I have&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CUser =&lt;/SPAN&gt; &lt;SPAN&gt;USERPRINCIPALNAME&lt;/SPAN&gt;&lt;SPAN&gt;()&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I need to pass this Cuser value to my dynamic query&amp;nbsp; as below&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;select sec_lev_grant from table&amp;nbsp; where upper(user_id) = upper('&amp;amp;CUser&amp;amp; ')&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I cannot use import for table...because it has huge data. I have to use dynamic query mode.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Please provide more details on how to pass the&amp;nbsp;USERPRINCIPALNAME() value to the query&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 17 Jul 2024 22:27:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/How-to-send-USERPRINCIPALNAME-to-dynamic-query-to-return-results/m-p/4047006#M1285284</guid>
      <dc:creator>RajaKoteru</dc:creator>
      <dc:date>2024-07-17T22:27:22Z</dc:date>
    </item>
    <item>
      <title>How to send USERPRINCIPALNAME  to dynamic query to return results based on logged in user</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/How-to-send-USERPRINCIPALNAME-to-dynamic-query-to-return-results/m-p/4046815#M1285249</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a requriement to show data based logged in user. The logged in user (&lt;SPAN&gt;USERPRINCIPALNAME&lt;/SPAN&gt;&lt;SPAN&gt;) need to be passed to query as&amp;nbsp; a parameter user_id to the backend direct query. Data is huge cannot do import mode.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example --&lt;/P&gt;&lt;P&gt;select sec_lev_grant from table&amp;nbsp; where upper(user_id) = upper('user_id@domain.com')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2024 20:21:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/How-to-send-USERPRINCIPALNAME-to-dynamic-query-to-return-results/m-p/4046815#M1285249</guid>
      <dc:creator>RajaKoteru</dc:creator>
      <dc:date>2024-07-17T20:21:08Z</dc:date>
    </item>
  </channel>
</rss>

