<?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: Color value in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Color-value/m-p/4694345#M40705</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/177312"&gt;@LeaRupnik&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1273405"&gt;@AjdaG&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;May I ask if you have gotten this issue resolved?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it is solved, please mark the helpful reply or share your solution and &lt;FONT color="#003300"&gt;&lt;STRONG&gt;&lt;I&gt;accept it as solution&lt;/I&gt;&lt;/STRONG&gt;&lt;/FONT&gt;, it will be helpful for other members of the community who have similar problems as yours to solve it faster.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV style="direction: ltr;"&gt;
&lt;TABLE style="direction: ltr; border-collapse: collapse; border: 1pt solid #A3A3A3;" title="" border="1" summary="" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style="background-color: #c5e0b3; vertical-align: top; width: 7.9659in; padding: 4pt 4pt 4pt 4pt; border: 1pt solid #A3A3A3;"&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 11.0pt;"&gt;Please don't forget to give a "Kudos&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vbmanikante_1-1747313202199.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1268432iABD9F59D294FA87D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vbmanikante_1-1747313202199.png" alt="vbmanikante_1-1747313202199.png" /&gt;&lt;/span&gt;&amp;nbsp;" – I’d truly appreciate it!&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;P style="margin: 0in; margin-left: 3.0in; font-family: Arial; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 11.0pt;"&gt;Regards,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 11.0pt;"&gt;B Manikanteswara Reddy&lt;/P&gt;</description>
    <pubDate>Thu, 15 May 2025 12:48:03 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2025-05-15T12:48:03Z</dc:date>
    <item>
      <title>Color value</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Color-value/m-p/4666712#M40425</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;BR /&gt;a have i model&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LeaRupnik_1-1745496484871.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1263028iF2625FA2B448F7BC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LeaRupnik_1-1745496484871.png" alt="LeaRupnik_1-1745496484871.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;and mesure&amp;nbsp;&lt;BR /&gt;ODM Količina po odpoklicu:=&lt;BR /&gt;VAR zaloga =&lt;BR /&gt;SUMX(&lt;BR /&gt;SUMMARIZE(&lt;BR /&gt;'f ODM Odpoklici_MES',&lt;BR /&gt;'f ODM Odpoklici_MES'[ODM Odpoklic_ID],&lt;BR /&gt;'d CAS Cas'[CAS Datum],&lt;BR /&gt;"Enkratna_Količina", MAX('f ODM Odpoklici_MES'[ODM Kolicina_po_odpoklicu])&lt;BR /&gt;),&lt;BR /&gt;[Enkratna_Količina] )&lt;BR /&gt;RETURN&lt;BR /&gt;zaloga&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;ODM Zaloga končnih kosov:=&lt;BR /&gt;VAR temp =&lt;BR /&gt;ADDCOLUMNS(&lt;BR /&gt;SUMMARIZE('f ODM Odpoklici_MES', 'f ODM Odpoklici_MES'[ODM Odpoklic_ID]),&lt;BR /&gt;"DistinctValue", MAX('f ODM Odpoklici_MES'[ODM Zaloga_koncnih_kosov])&lt;BR /&gt;)&lt;BR /&gt;RETURN&lt;BR /&gt;SUMX(temp,[DistinctValue])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ODM Količina kumulativno po odpoklicu:=&lt;BR /&gt;VAR CurrentID = SELECTEDVALUE('f ODM Odpoklici_MES'[ODM Odpoklic_ID])&lt;BR /&gt;VAR CurrentDate = MAX('f ODM Odpoklici_MES'[ODM Datum_odpoklica])&lt;/P&gt;&lt;P&gt;RETURN&lt;BR /&gt;CALCULATE(&lt;BR /&gt;SUMX(&lt;BR /&gt;SUMMARIZE(&lt;BR /&gt;'f ODM Odpoklici_MES',&lt;BR /&gt;'f ODM Odpoklici_MES'[ODM Odpoklic_ID],&lt;BR /&gt;'d CAS Cas'[CAS Datum],&lt;BR /&gt;"Enkratna_Količina", MAX('f ODM Odpoklici_MES'[ODM Kolicina_po_odpoklicu])&lt;BR /&gt;),&lt;BR /&gt;[Enkratna_Količina]&lt;BR /&gt;),&lt;BR /&gt;FILTER(&lt;BR /&gt;ALLSELECTED('f ODM Odpoklici_MES'),&lt;BR /&gt;'f ODM Odpoklici_MES'[ODM Odpoklic_ID] = CurrentID &amp;amp;&amp;amp;&lt;BR /&gt;'f ODM Odpoklici_MES'[ODM Datum_odpoklica] &amp;lt;= CurrentDate&lt;BR /&gt;)&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ODM Zaloga mehansko obdelanih kosov:=&lt;BR /&gt;VAR temp =&lt;BR /&gt;ADDCOLUMNS(&lt;BR /&gt;SUMMARIZE('f ODM Odpoklici_MES', 'f ODM Odpoklici_MES'[ODM Odpoklic_ID]),&lt;BR /&gt;"DistinctValue",&lt;BR /&gt;IF(&lt;BR /&gt;ISBLANK(MAX('f ODM Odpoklici_MES'[ODM Zaloga_mehansko_obdelanih_kosov])),&lt;BR /&gt;0,&lt;BR /&gt;MAX('f ODM Odpoklici_MES'[ODM Zaloga_mehansko_obdelanih_kosov])&lt;BR /&gt;)&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;RETURN&lt;BR /&gt;SUMX(temp, [DistinctValue])&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;ODM Barvanje Base:=&lt;BR /&gt;VAR ManjkoKoncni = [ODM Količina kumulativno po odpoklicu] - [ODM Zaloga končnih kosov]&lt;BR /&gt;VAR ManjkoPoMehanski = ManjkoKoncni - [ODM Zaloga mehansko obdelanih kosov]&lt;/P&gt;&lt;P&gt;RETURN&lt;BR /&gt;SWITCH(&lt;BR /&gt;TRUE(),&lt;BR /&gt;ManjkoKoncni &amp;lt;= 0, 1, -- &lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt; Zelena&lt;BR /&gt;ManjkoKoncni &amp;gt; 0 &amp;amp;&amp;amp; ManjkoPoMehanski &amp;lt;= 0, 2, -- 🟠 Oranžna&lt;BR /&gt;ManjkoPoMehanski &amp;gt; 0, 3, -- &lt;span class="lia-unicode-emoji" title=":white_circle:"&gt;⚪&lt;/span&gt; Bela&lt;BR /&gt;BLANK()&lt;BR /&gt;)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;ODM Barvanje Trajno1:=&lt;BR /&gt;VAR CurrentDate =&lt;BR /&gt;MAX('d CAS Cas'[CAS Datum])&lt;/P&gt;&lt;P&gt;VAR VsiDatumiInStanja =&lt;BR /&gt;FILTER(&lt;BR /&gt;ADDCOLUMNS(&lt;BR /&gt;ALL('d CAS Cas'),&lt;BR /&gt;"Stanje", [ODM Barvanje Base]&lt;BR /&gt;),&lt;BR /&gt;'d CAS Cas'[CAS Datum] &amp;lt;= CurrentDate &amp;amp;&amp;amp;&lt;BR /&gt;NOT(ISBLANK([ODM Barvanje Base]))&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;VAR ZadnjeZnanoStanje =&lt;BR /&gt;MAXX(VsiDatumiInStanja, [Stanje])&lt;/P&gt;&lt;P&gt;RETURN&lt;BR /&gt;ZadnjeZnanoStanje&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;----------------------------------&lt;BR /&gt;When I create the visual in Power BI RS and apply conditional formatting based on the recall quantity values, the rendering takes 10 minutes or more to complete.&lt;BR /&gt;PLS Help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Apr 2025 12:22:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Color-value/m-p/4666712#M40425</guid>
      <dc:creator>LeaRupnik</dc:creator>
      <dc:date>2025-04-24T12:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: Color value</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Color-value/m-p/4667379#M40427</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;H2&gt;&lt;span class="lia-unicode-emoji" title=":magnifying_glass_tilted_left:"&gt;🔍&lt;/span&gt; Performance Bottleneck Analysis&lt;/H2&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Repeated use of&lt;/STRONG&gt; SUMMARIZE + MAX + SUMX: Very costly with large datasets.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;ALLSELECTED&lt;/STRONG&gt; inside complex FILTER: Can slow down visuals drastically with slicers.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Chained Measures&lt;/STRONG&gt;: Each reference adds evaluation overhead.&lt;/LI&gt;&lt;/UL&gt;&lt;H2&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt; Optimized Strategy&lt;/H2&gt;&lt;H3&gt;Step 1: Cache with Variables&lt;/H3&gt;&lt;PRE&gt;DAX
ODM Količina kumulativno po odpoklicu :=
VAR CurrentID = SELECTEDVALUE('f ODM Odpoklici_MES'[ODM Odpoklic_ID])
VAR CurrentDate = MAX('f ODM Odpoklici_MES'[ODM Datum_odpoklica])

VAR BaseTable =
    ADDCOLUMNS(
        FILTER(
            'f ODM Odpoklici_MES',
            'f ODM Odpoklici_MES'[ODM Odpoklic_ID] = CurrentID &amp;amp;&amp;amp;
            'f ODM Odpoklici_MES'[ODM Datum_odpoklica] &amp;lt;= CurrentDate
        ),
        "Enkratna_Kolicina", 'f ODM Odpoklici_MES'[ODM Kolicina_po_odpoklicu]
    )

RETURN SUMX(BaseTable, [Enkratna_Kolicina])&lt;/PRE&gt;&lt;H3&gt;Step 2: Use TOPN for Last Known State&lt;/H3&gt;&lt;PRE&gt;DAX
ODM Barvanje Trajno1 :=
VAR CurrentDate = MAX('d CAS Cas'[CAS Datum])

VAR FilteredTable =
    CALCULATETABLE(
        ADDCOLUMNS(
            VALUES('d CAS Cas'[CAS Datum]),
            "Stanje", [ODM Barvanje Base]
        ),
        'd CAS Cas'[CAS Datum] &amp;lt;= CurrentDate,
        NOT ISBLANK([ODM Barvanje Base])
    )

VAR LatestState =
    TOPN(1, FilteredTable, 'd CAS Cas'[CAS Datum], DESC)

RETURN MAXX(LatestState, [Stanje])&lt;/PRE&gt;&lt;H3&gt;Step 3: Profile Measures with DAX Studio&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;Open your PBIX in DAX Studio.&lt;/LI&gt;&lt;LI&gt;Enable &lt;STRONG&gt;Server Timings&lt;/STRONG&gt; and &lt;STRONG&gt;Query Plan&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;Identify high-cardinality steps and expensive scans.&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;Step 4: Pre-Aggregate Data&lt;/H3&gt;&lt;PRE&gt;DAX
SummaryTable =
SUMMARIZE(
    'f ODM Odpoklici_MES',
    'f ODM Odpoklici_MES'[ODM Odpoklic_ID],
    "MaxKolicina", MAX('f ODM Odpoklici_MES'[ODM Kolicina_po_odpoklicu]),
    "ZalogaKoncnih", MAX('f ODM Odpoklici_MES'[ODM Zaloga_koncnih_kosov])
)&lt;/PRE&gt;&lt;H2&gt;&lt;span class="lia-unicode-emoji" title=":pushpin:"&gt;📌&lt;/span&gt; Next Steps&lt;/H2&gt;&lt;UL&gt;&lt;LI&gt;Test one optimized measure in a visual.&lt;/LI&gt;&lt;LI&gt;Use Performance Analyzer in Power BI to confirm speedup.&lt;/LI&gt;&lt;LI&gt;Share row count of f ODM Odpoklici_MES and number of visuals on page if issue persists.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 24 Apr 2025 19:05:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Color-value/m-p/4667379#M40427</guid>
      <dc:creator>SolomonovAnton</dc:creator>
      <dc:date>2025-04-24T19:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Color value</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Color-value/m-p/4667990#M40434</link>
      <description>&lt;P&gt;I am attaching a test Power BI file with data sourced from Excel. How cen i atach it??&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/file/d/1MSLK-mPlkcooboyqwuu2WHZDFcg4mbpl/view?usp=sharing" target="_self"&gt;https://drive.google.com/file/d/1MSLK-mPlkcooboyqwuu2WHZDFcg4mbpl/view?usp=sharing&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;My goal is to continue the color formatting with the same color even if there is no data for a specific date — the color should remain consistent until a change in the value triggers a new color, and so on.&lt;BR /&gt;I would appreciate your help with achieving this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 11:18:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Color-value/m-p/4667990#M40434</guid>
      <dc:creator>LeaRupnik</dc:creator>
      <dc:date>2025-04-25T11:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Color value</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Color-value/m-p/4668261#M40435</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/177312"&gt;@LeaRupnik&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for reaching out to Microsoft Fabric Community Forum.&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/321090"&gt;@SolomonovAnton&lt;/a&gt;&amp;nbsp;Thank you for your quick response.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/177312"&gt;@LeaRupnik&lt;/a&gt;&amp;nbsp;Thanks for clarifying your goal!&lt;/P&gt;
&lt;P&gt;You're absolutely right in wanting the &lt;STRONG&gt;color to persist&lt;/STRONG&gt; across dates even if there’s no data for that specific day , and only update when the value changes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/321090"&gt;@SolomonovAnton&lt;/a&gt;&amp;nbsp; already pointed out in &lt;STRONG&gt;Step 2&lt;/STRONG&gt;, the measure using TOPN to get the &lt;STRONG&gt;last known non-blank state&lt;/STRONG&gt; is exactly what you need for this:&lt;/P&gt;
&lt;P&gt;This approach ensures that:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Even if there’s no [ODM Barvanje Base] value for today’s date,&lt;/LI&gt;
&lt;LI&gt;The visual will use the &lt;STRONG&gt;most recent past value&lt;/STRONG&gt; for coloring,&lt;/LI&gt;
&lt;LI&gt;Creating a "carry-forward" effect until a new status appears.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;Just make sure:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Your &lt;STRONG&gt;date dimension &lt;/STRONG&gt;has a full continuous range of dates (no missing days).&lt;/LI&gt;
&lt;LI&gt;You use this [ODM Barvanje Trajno1] measure for &lt;STRONG&gt;conditional formatting&lt;/STRONG&gt; in your visuals.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're still facing slow rendering, try minimizing the number of visuals that reference this measure, and check performance using &lt;STRONG&gt;DAX Studio or Performance Analyzer&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV style="direction: ltr;"&gt;
&lt;TABLE style="direction: ltr; border-collapse: collapse; border: 1pt solid #A3A3A3;" title="" border="1" summary="" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style="background-color: #c5e0b3; vertical-align: top; width: 7.5284in; padding: 4pt 4pt 4pt 4pt; border: 1pt solid #A3A3A3;"&gt;
&lt;H4 style="margin: 0in; font-family: Calibri; font-size: 12.0pt;"&gt;&lt;EM&gt;&lt;STRONG&gt;If this post helps, then please consider Accepting as solution to help the other members find it more quickly, don't forget to give a "Kudos" – I’d truly appreciate it!&lt;/STRONG&gt;&lt;/EM&gt;&lt;/H4&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 11.0pt;"&gt;Regards,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 11.0pt;"&gt;B Manikanteswara Reddy&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 10:30:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Color-value/m-p/4668261#M40435</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-04-25T10:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Color value</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Color-value/m-p/4668318#M40437</link>
      <description>&lt;P class=""&gt;I have now added the &lt;STRONG&gt;persistent coloring logic (barvanje trajno)&lt;/STRONG&gt; to the example above and integrated it directly into the report.&lt;/P&gt;&lt;P class=""&gt;However, the coloring is not displaying correctly, and the performance is very slow.&lt;/P&gt;&lt;P class=""&gt;Could you please assist?&lt;BR /&gt;Unfortunately, I don’t have experience using &lt;STRONG&gt;DAX Studio&lt;/STRONG&gt; or &lt;STRONG&gt;Performance Analyzer&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://drive.google.com/file/d/1MSLK-mPlkcooboyqwuu2WHZDFcg4mbpl/view?usp=sharing" target="_self"&gt;https://drive.google.com/file/d/1MSLK-mPlkcooboyqwuu2WHZDFcg4mbpl/view?usp=sharing&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Thank you in advance!&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 11:34:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Color-value/m-p/4668318#M40437</guid>
      <dc:creator>LeaRupnik</dc:creator>
      <dc:date>2025-04-25T11:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Color value</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Color-value/m-p/4674024#M40493</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/177312"&gt;@LeaRupnik&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Apologies for the delay in getting back to you.&lt;/P&gt;
&lt;P&gt;Thanks for the update! Let’s break this down and fix the two main problems you're having:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;Coloring Not Showing Up Correctly&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;This often happens because of one of these reasons:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;The measure [ODM Barvanje Base] is returning blank values, especially for future dates.&lt;/LI&gt;
&lt;LI&gt;Your date table isn’t set up properly or might be missing some dates.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Here’s what you can check and fix:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Make sure your date table is marked as a proper Date Table:&lt;BR /&gt;In Power BI, go to your 'd CAS Cas' table → right-click it in the model view → choose "&lt;STRONG&gt;Mark as Date Table&lt;/STRONG&gt;" &amp;gt;pick the [CAS Datum] column.&lt;/LI&gt;
&lt;LI&gt;Check that your date table has all dates (no gaps):&lt;BR /&gt;It should have a continuous range of dates ,no missing days. If needed, you can create one using Power BI’s CALENDAR() function or CALENDARAUTO() funtion.&lt;/LI&gt;
&lt;LI&gt;Confirm the relationship:&lt;BR /&gt;Make sure 'd CAS Cas'[CAS Datum] is connected to 'f ODM Odpoklici_MES'[ODM Datum_odpoklica] in the data model.&lt;/LI&gt;
&lt;/UL&gt;
&lt;OL start="2"&gt;
&lt;LI&gt;&lt;STRONG&gt;The Report is Very Slow&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Even if your formulas are optimized, reports can still slow down when:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;The measures are used across too many visuals at once.&lt;/LI&gt;
&lt;LI&gt;Or the dataset is very large.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Here’s what you can try:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Option 1&lt;EM&gt;: Pre-calculate the data&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Instead of calculating everything on the fly, create a smaller summary table ahead of time:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SummaryTable =&lt;BR /&gt;SUMMARIZE(&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'f ODM Odpoklici_MES',&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'f ODM Odpoklici_MES'[ODM Odpoklic_ID],&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'f ODM Odpoklici_MES'[ODM Datum_odpoklica],&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Kolicina", MAX('f ODM Odpoklici_MES'[ODM Kolicina_po_odpoklicu]),&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "ZalogaKoncni", MAX('f ODM Odpoklici_MES'[ODM Zaloga_koncnih_kosov]),&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "ZalogaMehanska", MAX('f ODM Odpoklici_MES'[ODM Zaloga_mehansko_obdelanih_kosov])&lt;BR /&gt;)&lt;/P&gt;
&lt;P&gt;Then use this summary table in your [ODM Barvanje Base] measure — it’s much faster this way.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Option 2:&amp;nbsp; &lt;EM&gt;Use Performance Analyzer (no coding needed)&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;If you’re not familiar with DAX Studio, try Power BI’s built-in Performance Analyzer:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Go to the &lt;STRONG&gt;View&lt;/STRONG&gt; tab in Power BI Desktop.&lt;/LI&gt;
&lt;LI&gt;Click &lt;STRONG&gt;Performance Analyzer&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI&gt;Press Start Recording, then refresh your visual.&lt;/LI&gt;
&lt;LI&gt;You’ll see which visuals take the longest , click Copy Query next to a slow one and paste it here or into DAX Studio if needed.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;This will help identify what’s slowing things down.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV style="direction: ltr;"&gt;
&lt;TABLE style="direction: ltr; border-collapse: collapse; border: 1pt solid #A3A3A3;" title="" border="1" summary="" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style="background-color: #c5e0b3; vertical-align: top; width: 7.5284in; padding: 4pt 4pt 4pt 4pt; border: 1pt solid #A3A3A3;"&gt;
&lt;H4 style="margin: 0in; font-family: Calibri; font-size: 12.0pt;"&gt;&lt;SPAN&gt;If this post helps, then please consider &lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;Accepting as solution&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt; to help the other members find it more quickly, don't forget to give a "Kudos" – I’d truly appreciate it!&lt;/SPAN&gt;&lt;/H4&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 11.0pt;"&gt;Regards,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 11.0pt;"&gt;B Manikanteswara Reddy&lt;/P&gt;</description>
      <pubDate>Wed, 30 Apr 2025 06:49:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Color-value/m-p/4674024#M40493</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-04-30T06:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: Color value</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Color-value/m-p/4679494#M40538</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/177312"&gt;@LeaRupnik&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We wanted to kindly follow up to check if the solution provided for the issue worked? or Let us know if you need any further assistance?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;I&gt;If our response addressed, please mark it as &lt;FONT color="#008000"&gt;Accept as solution&lt;/FONT&gt; and click Yes if you found it helpful&lt;/I&gt;&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;B Manikanteswara Reddy&lt;/P&gt;</description>
      <pubDate>Mon, 05 May 2025 06:28:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Color-value/m-p/4679494#M40538</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-05-05T06:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: Color value</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Color-value/m-p/4684645#M40606</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/177312"&gt;@LeaRupnik&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;May I ask if you have gotten this issue resolved?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it is solved, please mark the helpful reply or share your solution and &lt;FONT color="#008000"&gt;&lt;STRONG&gt;&lt;I&gt;accept it as solution&lt;/I&gt;&lt;/STRONG&gt;&lt;/FONT&gt;, it will be helpful for other members of the community who have similar problems as yours to solve it faster.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;B Manikanteswara Reddy&lt;/P&gt;</description>
      <pubDate>Thu, 08 May 2025 11:35:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Color-value/m-p/4684645#M40606</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-05-08T11:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: Color value</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Color-value/m-p/4684711#M40607</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;BR /&gt;The solution still doesn’t work — it keeps processing endlessly and eventually returns an error.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 May 2025 11:52:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Color-value/m-p/4684711#M40607</guid>
      <dc:creator>LeaRupnik</dc:creator>
      <dc:date>2025-05-08T11:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Color value</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Color-value/m-p/4685213#M40617</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/177312"&gt;@LeaRupnik&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the update, and sorry to hear the issue is still ongoing.&lt;/P&gt;
&lt;P&gt;Since the report keeps processing indefinitely and eventually fails, this suggests there may be a more serious performance bottleneck or memory-related issue during calculation.&lt;/P&gt;
&lt;P&gt;Here are a few workarounds that can help:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1.Try breaking down the&lt;STRONG&gt; [ODM Barvanje Base]&lt;/STRONG&gt; logic and testing each part in a simple visual — ideally filtered to a small date range or a single ODM Odpoklic_ID. This can help identify which part is causing delays or failure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2.Ensure the summary table is correctly implemented to avoid complex on-the-fly calculations:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SummaryTable =&lt;BR /&gt;SUMMARIZE(&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'f ODM Odpoklici_MES',&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'f ODM Odpoklici_MES'[ODM Odpoklic_ID],&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'f ODM Odpoklici_MES'[ODM Datum_odpoklica],&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Kolicina", MAX('f ODM Odpoklici_MES'[ODM Kolicina_po_odpoklicu]),&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "ZalogaKoncni", MAX('f ODM Odpoklici_MES'[ODM Zaloga_koncnih_kosov]),&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "ZalogaMehanska", MAX('f ODM Odpoklici_MES'[ODM Zaloga_mehansko_obdelanih_kosov])&lt;BR /&gt;)&lt;/P&gt;
&lt;P&gt;You can then use this table in your measures instead of querying the full fact table. This significantly improves performance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3.If you’re not familiar with DAX Studio, you can use Power BI’s built-in &lt;STRONG&gt;Performance Analyzer&lt;/STRONG&gt;:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Go to View &amp;gt; Performance Analyzer&lt;/LI&gt;
&lt;LI&gt;Start recording, then refresh the visuals&lt;/LI&gt;
&lt;LI&gt;Identify which visuals/measures are the slowest&lt;/LI&gt;
&lt;LI&gt;You can click Copy Query and share it here if needed&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As highlighted earlier by super user, the TOPN logic is the correct way to retain the last known colour state when no data is available for a specific date. Just ensure:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Your date table is marked as a proper Date Table and contains a continuous range of dates.&lt;/LI&gt;
&lt;LI&gt;You can use [ODM Barvanje Trajno1] for conditional formatting in visuals.&lt;/LI&gt;
&lt;/UL&gt;
&lt;DIV style="direction: ltr;"&gt;
&lt;TABLE style="direction: ltr; border-collapse: collapse; border: 1pt solid #A3A3A3;" title="" border="1" summary="" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style="background-color: #c5e0b3; vertical-align: top; width: 7.5284in; padding: 4pt 4pt 4pt 4pt; border: 1pt solid #A3A3A3;"&gt;
&lt;H4 style="margin: 0in; font-family: Calibri; font-size: 12.0pt;"&gt;&lt;SPAN&gt;If this post helps, then please consider &lt;/SPAN&gt;&lt;FONT color="#333300"&gt;&lt;STRONG&gt;Accepting as solution&lt;/STRONG&gt;&lt;/FONT&gt;&lt;SPAN&gt; to help the other members find it more quickly, don't forget to give a "Kudos" – I’d truly appreciate it!&lt;/SPAN&gt;&lt;/H4&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 11.0pt;"&gt;Regards,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 11.0pt;"&gt;B Manikanteswara Reddy&lt;/P&gt;</description>
      <pubDate>Thu, 08 May 2025 14:58:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Color-value/m-p/4685213#M40617</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-05-08T14:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: Color value</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Color-value/m-p/4686148#M40625</link>
      <description>&lt;P&gt;Hi!&lt;BR /&gt;I'm Lea's coworker, I took over this issue. Unfortunatelly this also doesn't work. I tried limited output data for only 1 buyer, but it is also too much. It says the memory is not enough. (Photo attached). I did try to analyze with Performance Analyzer, but as long as it is working I have no option to Copy Query (it is not clickable) and when it returns error, the Copy Query remains gray, not blue and clickable as the rest of them.&lt;/P&gt;&lt;P&gt;Thank you for your help!&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="odpoklici napaka.PNG" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1266751iDAC3FE45E496EAED/image-size/medium?v=v2&amp;amp;px=400" role="button" title="odpoklici napaka.PNG" alt="odpoklici napaka.PNG" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="odpoklici napaka.PNG" style="width: 0px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1266712iCE1622690FF9642F/image-size/small?v=v2&amp;amp;px=200" width="0" height="0" role="button" title="odpoklici napaka.PNG" alt="odpoklici napaka.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 May 2025 09:56:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Color-value/m-p/4686148#M40625</guid>
      <dc:creator>AjdaG</dc:creator>
      <dc:date>2025-05-09T09:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Color value</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Color-value/m-p/4689518#M40664</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1273405"&gt;@AjdaG&lt;/a&gt;&amp;nbsp;,&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/177312"&gt;@LeaRupnik&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As you've already tried a lot of the right steps. Even with filtering for just one buyer the report runs out of memory, it strongly suggests your model or measures are overloading Power BI's engine.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;1.Instead of using heavy measures with CALCULATE, SUMMARIZE, etc., materialize your calculations once in a summary table. Example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ODM_Summary = &lt;BR /&gt;ADDCOLUMNS(&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUMMARIZE(&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'f ODM Odpoklici_MES',&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'f ODM Odpoklici_MES'[ODM Odpoklic_ID],&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'f ODM Odpoklici_MES'[ODM Datum_odpoklica]&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ),&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Kolicina", MAX('f ODM Odpoklici_MES'[ODM Kolicina_po_odpoklicu]),&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "ZalogaKoncni", MAX('f ODM Odpoklici_MES'[ODM Zaloga_koncnih_kosov]),&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "ZalogaMehanska", MAX('f ODM Odpoklici_MES'[ODM Zaloga_mehansko_obdelanih_kosov])&lt;BR /&gt;)&lt;/P&gt;
&lt;P&gt;Then try to add calculated columns to the above table for logic like below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BarvanjeBase =&lt;BR /&gt;VAR ManjkoKoncni = [Kolicina] - [ZalogaKoncni]&lt;BR /&gt;VAR ManjkoPoMehanski = ManjkoKoncni - [ZalogaMehanska]&lt;BR /&gt;RETURN&lt;BR /&gt;SWITCH(&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TRUE(),&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ManjkoKoncni &amp;lt;= 0, 1,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ManjkoKoncni &amp;gt; 0 &amp;amp;&amp;amp; ManjkoPoMehanski &amp;lt;= 0, 2,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ManjkoPoMehanski &amp;gt; 0, 3,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BLANK()&lt;BR /&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Because of this, Power BI just reads the value from memory.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL start="2"&gt;
&lt;LI&gt;For the testing purpose , first test with only 1 table/matrix visual with newly created summary table. This will make debugging easier and avoids the crashing of the report again.&lt;/LI&gt;
&lt;LI&gt;3&lt;STRONG&gt;. &lt;/STRONG&gt;All your existing measures like [ODM Barvanje Base], [ODM Kolicina kumulativno po odpoklicu], etc., should &lt;STRONG&gt;reference this summary table&lt;/STRONG&gt;, not the original fact table&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;While testing, it is recommended to create a lightweight version of the report using the ODM_Summary table to validate performance improvements before moving the logic into the full production report.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;DIV style="direction: ltr;"&gt;
&lt;TABLE style="direction: ltr; border-collapse: collapse; border: 1pt solid #A3A3A3;" title="" border="1" summary="" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style="background-color: #c5e0b3; vertical-align: top; width: 7.5284in; padding: 4pt 4pt 4pt 4pt; border: 1pt solid #A3A3A3;"&gt;
&lt;H4 style="margin: 0in; font-family: Calibri; font-size: 12.0pt;"&gt;&lt;SPAN&gt;If this post helps, then please consider &lt;/SPAN&gt;&lt;FONT color="#993300"&gt;&lt;STRONG&gt;Accepting as solution&lt;/STRONG&gt;&lt;/FONT&gt;&lt;SPAN&gt; to help the other members find it more quickly, don't forget to give a "Kudos" – I’d truly appreciate it!&lt;/SPAN&gt;&lt;/H4&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 11.0pt;"&gt;Regards,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 11.0pt;"&gt;B Manikanteswara Reddy&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 May 2025 15:51:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Color-value/m-p/4689518#M40664</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-05-12T15:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: Color value</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Color-value/m-p/4694345#M40705</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/177312"&gt;@LeaRupnik&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1273405"&gt;@AjdaG&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;May I ask if you have gotten this issue resolved?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it is solved, please mark the helpful reply or share your solution and &lt;FONT color="#003300"&gt;&lt;STRONG&gt;&lt;I&gt;accept it as solution&lt;/I&gt;&lt;/STRONG&gt;&lt;/FONT&gt;, it will be helpful for other members of the community who have similar problems as yours to solve it faster.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV style="direction: ltr;"&gt;
&lt;TABLE style="direction: ltr; border-collapse: collapse; border: 1pt solid #A3A3A3;" title="" border="1" summary="" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style="background-color: #c5e0b3; vertical-align: top; width: 7.9659in; padding: 4pt 4pt 4pt 4pt; border: 1pt solid #A3A3A3;"&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 11.0pt;"&gt;Please don't forget to give a "Kudos&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vbmanikante_1-1747313202199.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1268432iABD9F59D294FA87D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vbmanikante_1-1747313202199.png" alt="vbmanikante_1-1747313202199.png" /&gt;&lt;/span&gt;&amp;nbsp;" – I’d truly appreciate it!&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;P style="margin: 0in; margin-left: 3.0in; font-family: Arial; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 11.0pt;"&gt;Regards,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 11.0pt;"&gt;B Manikanteswara Reddy&lt;/P&gt;</description>
      <pubDate>Thu, 15 May 2025 12:48:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Color-value/m-p/4694345#M40705</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-05-15T12:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: Color value</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Color-value/m-p/4695189#M40712</link>
      <description>&lt;P class=""&gt;We resolved the issue, but not in the way you suggested. Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 16 May 2025 04:29:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Color-value/m-p/4695189#M40712</guid>
      <dc:creator>LeaRupnik</dc:creator>
      <dc:date>2025-05-16T04:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: Color value</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Color-value/m-p/4695459#M40716</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/177312"&gt;@LeaRupnik&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 11.0pt;"&gt;Glad to hear that your issue has been resolved!&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 11.0pt;"&gt;If possible, it would be great if you could also share the steps or solution that helped you fix it. This would be really valuable for others who might face the same issue in the future.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 11.0pt;"&gt;Thanks in advance for sharing your experience!&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV style="direction: ltr;"&gt;
&lt;TABLE style="direction: ltr; border-collapse: collapse; border: 1pt solid #A3A3A3;" title="" border="1" summary="" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style="background-color: #c5e0b3; vertical-align: top; width: 7.9659in; padding: 4pt 4pt 4pt 4pt; border: 1pt solid #A3A3A3;"&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 11.0pt;"&gt;Please don't forget to give a "Kudos&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vbmanikante_0-1747381940414.png" style="width: 23px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1268652i3CFD27FDEAB60B9A/image-dimensions/23x23?v=v2" width="23" height="23" role="button" title="vbmanikante_0-1747381940414.png" alt="vbmanikante_0-1747381940414.png" /&gt;&lt;/span&gt;" – I’d truly appreciate it!&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;P style="margin: 0in; margin-left: 3.0in; font-family: Arial; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 11.0pt;"&gt;Regards,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 11.0pt;"&gt;B Manikanteswara Reddy&lt;/P&gt;</description>
      <pubDate>Fri, 16 May 2025 07:52:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Color-value/m-p/4695459#M40716</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-05-16T07:52:47Z</dc:date>
    </item>
  </channel>
</rss>

