<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:webfeeds="http://webfeeds.org/rss/1.0">
    <channel>
        <title><![CDATA[Inforiver]]></title>
        <description><![CDATA[Inforiver]]></description>
        <link>https://community.inforiver.com</link>
        <image>
            <url>https://tribe-s3-production.imgix.net/mR4JOYgsUWko79lc92BIP?fit=max&amp;w=500&amp;auto=compress,format</url>
            <title>Inforiver</title>
            <link>https://community.inforiver.com</link>
        </image>
        <generator>Bettermode RSS Generator</generator>
        <lastBuildDate>Mon, 20 Apr 2026 11:49:21 GMT</lastBuildDate>
        <atom:link href="https://community.inforiver.com/rss/feed" rel="self" type="application/rss+xml"/>
        <pubDate>Mon, 20 Apr 2026 11:49:21 GMT</pubDate>
        <copyright><![CDATA[2026 Inforiver]]></copyright>
        <language><![CDATA[en-US]]></language>
        <ttl>60</ttl>
        <webfeeds:icon>https://tribe-s3-production.imgix.net/mR4JOYgsUWko79lc92BIP?fit=max&amp;w=500&amp;auto=compress,format</webfeeds:icon>
        <webfeeds:related layout="card" target="browser"/>
        <item>
            <title><![CDATA[Did You Know You Can Apply Conditional Formatting Dynamically based on Filter selections?]]></title>
            <description><![CDATA[Conditional formatting is often used to highlight high or low values. Instead of using static thresholds, you can take this a step further by creating smart, dynamic rules. These rules compare your ...]]></description>
            <link>https://community.inforiver.com/tips-tricks/post/did-you-know-you-can-apply-conditional-formatting-dynamically-based-on-lfmnmx8ApRZwf1C</link>
            <guid isPermaLink="true">https://community.inforiver.com/tips-tricks/post/did-you-know-you-can-apply-conditional-formatting-dynamically-based-on-lfmnmx8ApRZwf1C</guid>
            <category><![CDATA[#conditionalformatting]]></category>
            <category><![CDATA[#dynamic ]]></category>
            <dc:creator><![CDATA[Valliammai Valliappan]]></dc:creator>
            <pubDate>Thu, 05 Mar 2026 03:20:27 GMT</pubDate>
            <content:encoded><![CDATA[<p>Conditional formatting is often used to highlight high or low values. Instead of using static thresholds, you can take this a step further by creating smart, dynamic rules. These rules compare your data against benchmarks that update automatically based on filter selections, giving you a more accurate and context-aware highlights every time the data changes.</p><p>Let’s look at a simple use case.</p><p>Imagine you have a report that displays Cost, Revenue, Margin% and Average sales for each product. Now, you want to highlight the products whose <strong>Average sales</strong> exceed the <strong>Total Average Sales</strong> in green and show the remaining values in red. You want this comparison to update automatically whenever a user changes the month filter.</p><figure data-align="center" data-size="best-fit" data-id="yyIkfwhaFxCkiAETf1WbY" data-version="v2" data-type="image"><img data-id="yyIkfwhaFxCkiAETf1WbY" src="https://tribe-s3-production.imgix.net/yyIkfwhaFxCkiAETf1WbY?auto=compress,format"></figure><p><strong>To achieve this, follow the below steps.</strong></p><ol><li><p> Go to <strong>Home </strong>tab -&gt; <strong>Conditional formatting</strong> -&gt; click on <strong>Create rule</strong>.</p></li><li><p> In the <strong>‘Apply to’</strong> field select the measure that you would like to highlight.</p></li><li><p> Under <strong>Format by </strong>choose <strong>Rules (If Condition).</strong></p></li><li><p> In the Conditions section, configure the rule by setting <strong>Average sales</strong> to <strong>Greater than or equal to,</strong> and choose <strong>Data selection</strong> from the dropdown. This option allows you to use a cell value in the condition.</p></li><li><p>Next, click inside the <strong>Select value from</strong> field and choose the Grand total cell that corresponds to <strong>Average Sales</strong> in your report.&nbsp; The selected cell value will automatically populate in the rule configuration.</p></li><li><p> I have also set the highlight text color to <strong>Green</strong>.</p></li><li><p>Click on <strong>‘Apply’</strong></p></li></ol><figure data-align="center" data-size="best-fit" data-id="X1wDIRCpTy2AxMrdVeGfH" data-version="v2" data-type="image"><img data-id="X1wDIRCpTy2AxMrdVeGfH" src="https://tribe-s3-production.imgix.net/X1wDIRCpTy2AxMrdVeGfH?auto=compress,format"></figure><p>As shown in the screenshot below, for the month of January, any product whose <strong>Average Sales</strong> value exceeds the <strong>Grand Total</strong> value is highlighted in green. In this example, <strong>Home Appliances</strong> and <strong>TV and Video</strong> are highlighted.</p><figure data-align="center" data-size="best-fit" data-id="MYEIiEjc2zvi7BXka59GW" data-version="v2" data-type="image"><img data-id="MYEIiEjc2zvi7BXka59GW" src="https://tribe-s3-production.imgix.net/MYEIiEjc2zvi7BXka59GW?auto=compress,format"></figure><p>Similarly, let’s create another dynamic conditional formatting rule to highlight the <strong>Average Sales </strong>values in red when they fall below the <strong>Grand Total</strong> value.</p><figure data-align="center" data-size="best-fit" data-id="V6uQwwAi4h4PjZ08RHuVP" data-version="v2" data-type="image"><img data-id="V6uQwwAi4h4PjZ08RHuVP" src="https://tribe-s3-production.imgix.net/V6uQwwAi4h4PjZ08RHuVP?auto=compress,format"></figure><p>As shown in the screenshot below, the values that fall below Grand<strong> Total</strong> are now highlighted in red.</p><figure data-align="center" data-size="best-fit" data-id="M2bLyBFmNCB5P0L6utaYQ" data-version="v2" data-type="image"><img data-id="M2bLyBFmNCB5P0L6utaYQ" src="https://tribe-s3-production.imgix.net/M2bLyBFmNCB5P0L6utaYQ?auto=compress,format"></figure><p>Now, when the Month filter is changed from <strong>January </strong>to <strong>December</strong>, the values are dynamically highlighted based on the updated <strong>Grand Total</strong> cell value, as shown in the screenshot below.</p><figure data-align="center" data-size="best-fit" data-id="7XokjaOIxHvReYtXqTenm" data-version="v2" data-type="image"><img data-id="7XokjaOIxHvReYtXqTenm" src="https://tribe-s3-production.imgix.net/7XokjaOIxHvReYtXqTenm?auto=compress,format"></figure><p>Thus, incorporating dynamic conditional formatting not only enhances visual clarity but also ensures that insights remain relevant as users interact with filters in the report.</p><p><strong>Frequently asked questions:</strong></p><p><strong> Is it possible to apply conditional formatting based on a selection during runtime?</strong></p><p><em>Yes, it is possible. In the </em><strong><em>Conditions </em></strong><em>section, configure the rule by selecting </em><strong><em>‘User selection’</em></strong><em> from the dropdown, as shown below.</em></p><figure data-align="center" data-size="best-fit" data-id="ymBfWflECtbn0OnDGjwRs" data-version="v2" data-type="image"><img data-id="ymBfWflECtbn0OnDGjwRs" src="https://tribe-s3-production.imgix.net/ymBfWflECtbn0OnDGjwRs?auto=compress,format"></figure><p>You can find more details in our User Guide <a class="text-interactive hover:text-interactive-hovered" rel="noopener noreferrer nofollow" href="https://docs.inforiver.com/working-with-inforiver/5.-conditional-formatting/create-rule-reporting-matrix/rules-if-conditions">here.</a></p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Time Intelligence Function in Inforiver]]></title>
            <description><![CDATA[Understanding trends, patterns, and performance over time within an organization’s data is a vital component of data analysis.

How to use Time Intelligence functions in Power BI [https://inforiver.com/blog/general/how-to-use-time-intelligence-functions-in-power-bi/]

YTD – Year to Date

The ...]]></description>
            <link>https://community.inforiver.com/tips-tricks/post/time-intelligence-function-in-inforiver-4qW23VMzIN7EDeS</link>
            <guid isPermaLink="true">https://community.inforiver.com/tips-tricks/post/time-intelligence-function-in-inforiver-4qW23VMzIN7EDeS</guid>
            <category><![CDATA[#inforiver]]></category>
            <category><![CDATA[TimeIntelligence]]></category>
            <category><![CDATA[#YTD]]></category>
            <dc:creator><![CDATA[Meera k]]></dc:creator>
            <pubDate>Tue, 03 Mar 2026 13:20:22 GMT</pubDate>
            <content:encoded><![CDATA[<p>Understanding trends, patterns, and performance over time within an organization’s data is a vital component of data analysis.</p><p><a class="text-interactive hover:text-interactive-hovered" rel="noopener noreferrer nofollow" href="https://inforiver.com/blog/general/how-to-use-time-intelligence-functions-in-power-bi/">How to use Time Intelligence functions in Power BI</a></p><p><strong>YTD – Year to Date</strong></p><p>The Year-To-Date calculation is fundamental for tracking cumulative performance over the course of a year. It aggregates a metric from the start of the year up to a specified date. It is useful for analyzing metrics such as sales, revenue, or any other metric within the year, especially to track the cumulative performance over time.</p><p>To calculate YTD sales, we sum up the sales from January 1st to the Max date. We use the DAX Expression – TOTALYTD. Here is an example,</p><figure data-align="center" data-size="best-fit" data-id="psThHOyscAq4q2XvpNxbt" data-version="v2" data-type="image"><img data-id="psThHOyscAq4q2XvpNxbt" src="https://tribe-s3-production.imgix.net/psThHOyscAq4q2XvpNxbt?auto=compress,format"></figure><p>Example: Below shows Actual values from Jan to December.</p><figure data-align="center" data-size="best-fit" data-id="ubZ5GRcVLavrrii97Xcir" data-version="v2" data-type="image"><img data-id="ubZ5GRcVLavrrii97Xcir" src="https://tribe-s3-production.imgix.net/ubZ5GRcVLavrrii97Xcir?auto=compress,format"></figure><p>Once you apply PowerBI TOTALYTD DAX, you will get the cumulative sum for the Actual value.</p><figure data-align="center" data-size="best-fit" data-id="OploGNxgf1inqI38eavLj" data-version="v2" data-type="image"><img data-id="OploGNxgf1inqI38eavLj" src="https://tribe-s3-production.imgix.net/OploGNxgf1inqI38eavLj?auto=compress,format"></figure><p>Inforiver enhances the capabilities of Microsoft Power BI through its advanced visual features.</p><p>The <strong>TOTALYTD</strong> function in Inforiver calculates the year-to-date YTD value of a measure within the current filter context (similar to Power BI’s TOTALYTD function). It should be used together with an aggregation function such as <strong>SUM</strong> or <strong>AVERAGE</strong>.</p><figure data-align="center" data-size="best-fit" data-id="m8r1sckyweonbgQzd38YZ" data-version="v2" data-type="image"><img data-id="m8r1sckyweonbgQzd38YZ" src="https://tribe-s3-production.imgix.net/m8r1sckyweonbgQzd38YZ?auto=compress,format"></figure><p>Inforiver also provides a <strong>YTD</strong> function that retrieves data from a specified measure for the current year. If an <em>offset</em> parameter is supplied, the function can return values from previous years as well.</p><p>For example, if the current year is 2026 and the current month is March, <strong>YTD</strong> will return the aggregated total from January through March, as illustrated below.</p><figure data-align="center" data-size="best-fit" data-id="RcTGtAdI11OpbuB6z0UF9" data-version="v2" data-type="image"><img data-id="RcTGtAdI11OpbuB6z0UF9" src="https://tribe-s3-production.imgix.net/RcTGtAdI11OpbuB6z0UF9?auto=compress,format"></figure><p>With an offset of <strong>1</strong>, the <strong>YTD</strong> function returns data for the same period in the previous year.</p><p>For example, if the current year is 2026 and the month is March, applying an offset of 1 will return the cumulative total from January through March 2025.</p><figure data-align="center" data-size="best-fit" data-id="kLavMt7koeSeMPlTYWta9" data-version="v2" data-type="image"><img data-id="kLavMt7koeSeMPlTYWta9" src="https://tribe-s3-production.imgix.net/kLavMt7koeSeMPlTYWta9?auto=compress,format"></figure><p>Similarly, Inforiver also provides <strong>TOTALMTD</strong>, <strong>TOTALQTD</strong>, <strong>MTD</strong>, and <strong>QTD</strong> functions to calculate month-to-date and quarter-to-date values, offering flexible time-based analysis within the current context.</p><p>For more information, refer to <a class="text-interactive hover:text-interactive-hovered" rel="noopener noreferrer nofollow" href="https://docs.inforiver.com/formula-syntax/time-intelligence-functions">Time-Intelligence Functions</a></p><p>Frequently Asked Questions</p><p>1.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Difference between YTD and TOTALYTD</p><p>Ans.Inforiver <strong>TOTALYTD</strong> works the same way as the <strong>TOTALYTD</strong> function in Microsoft Power BI. It returns a cumulative running total that evaluates the year-to-date value of an expression, calculating the total from the start of the year up to the maximum date in the current context.</p><p>In contrast, <strong>YTD</strong> in Inforiver computes a single aggregated value for the specified period, rather than producing a running cumulative total.</p><p></p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Inforiver SuperFilter supports Calculation Group]]></title>
            <description><![CDATA[Calculation groups can significantly reduce the number of redundant measures by grouping common measure expressions as calculation items.


STEPS TO CREATE AND USE CALCULATION GROUP

1.      Create a ...]]></description>
            <link>https://community.inforiver.com/tips-tricks/post/inforiver-superfilter-supports-calculation-group-LQQN2dVvmoIskFZ</link>
            <guid isPermaLink="true">https://community.inforiver.com/tips-tricks/post/inforiver-superfilter-supports-calculation-group-LQQN2dVvmoIskFZ</guid>
            <category><![CDATA[#CalculationGroup]]></category>
            <category><![CDATA[#inforiver]]></category>
            <category><![CDATA[#powerbi]]></category>
            <category><![CDATA[#SuperFilter]]></category>
            <dc:creator><![CDATA[Meera k]]></dc:creator>
            <pubDate>Thu, 19 Feb 2026 06:54:33 GMT</pubDate>
            <content:encoded><![CDATA[<p>Calculation groups can significantly reduce the number of redundant measures by grouping common measure expressions as calculation items.</p><h2 class="text-xl" data-toc-id="3a909763-9ee4-4479-acb1-3fea0df6936f" id="3a909763-9ee4-4479-acb1-3fea0df6936f">Steps to create and use Calculation Group</h2><p>1.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Create a Calculation Group in Power BI</p><p><strong>Use case:</strong></p><p>We have <strong>TotalSales</strong> and <strong>TotalQty</strong> in the model and need to build time intelligence calculations for <strong>Previous Year (PrevYear)</strong>, <strong>Month-to-Date (MTD)</strong>, and <strong>Year-to-Date (YTD)</strong>.</p><p>Using the traditional approach, you would typically create three separate DAX measures for each metric (TotalSales and TotalQty), resulting in multiple individual measures.</p><p>Instead, we can simplify the model by creating a single <strong>Calculation Group</strong> that handles PrevYear, MTD, and YTD calculations for all relevant measures, as illustrated below.</p><figure data-align="center" data-size="best-fit" data-id="NR4EXhGRfYRSOqyxb8OoL" data-version="v2" data-type="image"><img data-id="NR4EXhGRfYRSOqyxb8OoL" src="https://tribe-s3-production.imgix.net/NR4EXhGRfYRSOqyxb8OoL?auto=compress,format"></figure><p>2.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Now this Calculation group can be integrated into Superfilter</p><figure data-align="center" data-size="best-fit" data-id="MQ9kWjGOeRSUsFFwe0XnB" data-version="v2" data-type="image"><img data-id="MQ9kWjGOeRSUsFFwe0XnB" src="https://tribe-s3-production.imgix.net/MQ9kWjGOeRSUsFFwe0XnB?auto=compress,format"></figure><p>For more information about SuperFilter, refer <a class="text-interactive hover:text-interactive-hovered" rel="noopener noreferrer nofollow" href="https://docs.inforiver.com/super-filter">Introduction to Inforiver Super Filter | Super Filter | Inforiver</a></p><p>and for Calculation Group , refer <a class="text-interactive hover:text-interactive-hovered" rel="noopener noreferrer nofollow" href="https://learn.microsoft.com/en-us/analysis-services/tabular-models/calculation-groups?view=sql-analysis-services-2025">Calculation groups in Analysis Services tabular models | Microsoft Learn</a></p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[How to Display only the Hyperlink Icon instead of URL Links when using Reporting Matrix/Writeback Matrix/Premium Table]]></title>
            <description><![CDATA[When using URL Links in our dataset a lot of times we do not want to display the URL links column in our report as shown below:



Instead, we only want to display the Hyperlink Icon Column as shown in ...]]></description>
            <link>https://community.inforiver.com/tips-tricks/post/how-to-display-only-the-hyperlink-icon-instead-of-url-links-when-using-teEV1lzPQD1vyBV</link>
            <guid isPermaLink="true">https://community.inforiver.com/tips-tricks/post/how-to-display-only-the-hyperlink-icon-instead-of-url-links-when-using-teEV1lzPQD1vyBV</guid>
            <category><![CDATA[hyperlink]]></category>
            <category><![CDATA[Inforiver Premium Matrix]]></category>
            <category><![CDATA[reporting matrix]]></category>
            <category><![CDATA[URL]]></category>
            <category><![CDATA[WebURLIntegration]]></category>
            <dc:creator><![CDATA[Vishwak Subramaniam]]></dc:creator>
            <pubDate>Thu, 12 Feb 2026 11:17:50 GMT</pubDate>
            <content:encoded><![CDATA[<p>When using URL Links in our dataset a lot of times we do not want to display the URL links column in our report as shown below:</p><figure data-align="center" data-size="best-fit" data-id="quesQOEYLuf3rXPXSB8MJ" data-version="v2" data-type="image"><img data-id="quesQOEYLuf3rXPXSB8MJ" src="https://tribe-s3-production.imgix.net/quesQOEYLuf3rXPXSB8MJ?auto=compress,format"></figure><p></p><p>Instead, we only want to display the Hyperlink Icon Column as shown in PBI Table as this makes our report look cleaner and more concise:</p><figure data-align="center" data-size="best-fit" data-id="hHxNvGv4g6QykYIwX3nnV" data-version="v2" data-type="image"><img data-id="hHxNvGv4g6QykYIwX3nnV" src="https://tribe-s3-production.imgix.net/hHxNvGv4g6QykYIwX3nnV?auto=compress,format"></figure><p></p><p>We can achieve something similar in Inforiver Reporting Matrix/Writeback Matrix/Premium Table visuals.</p><p>1) First, we have to set our URL link column as Text (Format) and Web URL (Data Category) as shown below:</p><figure data-align="center" data-size="best-fit" data-id="PTy2sson7gk4jE5p4snkF" data-version="v2" data-type="image"><img data-id="PTy2sson7gk4jE5p4snkF" src="https://tribe-s3-production.imgix.net/PTy2sson7gk4jE5p4snkF?auto=compress,format"></figure><p></p><p>2) Secondly make sure that the URL link column is located under <strong>Values (AC)</strong> Field:</p><figure data-align="center" data-size="best-fit" data-id="6mchfOThDPNQabgmjT050" data-version="v2" data-type="image"><img data-id="6mchfOThDPNQabgmjT050" src="https://tribe-s3-production.imgix.net/6mchfOThDPNQabgmjT050?auto=compress,format"></figure><p></p><p>3) Next let us disable the <strong>Enable Canvas Rendering</strong> option under <strong>Display</strong> tab so that we can add the Hyperlink icons:</p><figure data-align="center" data-size="best-fit" data-id="QNh8cenqSyyz2yjIRYQuJ" data-version="v2" data-type="image"><img data-id="QNh8cenqSyyz2yjIRYQuJ" src="https://tribe-s3-production.imgix.net/QNh8cenqSyyz2yjIRYQuJ?auto=compress,format"></figure><p></p><p>4) To display only an icon for the URL column, we first need to create an <strong>Insert Formula</strong> measure and reference the URL text column within that measure:</p><figure data-align="center" data-size="best-fit" data-id="JdbrCY1jFfomEBdIZac7e" data-version="v2" data-type="image"><img data-id="JdbrCY1jFfomEBdIZac7e" src="https://tribe-s3-production.imgix.net/JdbrCY1jFfomEBdIZac7e?auto=compress,format"></figure><p>Next to get the URL icon, first we add a <strong>single quotation mark</strong> ('') and within that <strong>single quotation mark</strong> ('') press the <strong>Windows key + Semi colon key</strong> (<strong>;)</strong>&nbsp;and select the <strong>Hyperlink icon </strong>from the given options:</p><figure data-align="center" data-size="best-fit" data-id="8PNogkwClrwAKxSwGqNKE" data-version="v2" data-type="image"><img data-id="8PNogkwClrwAKxSwGqNKE" src="https://tribe-s3-production.imgix.net/8PNogkwClrwAKxSwGqNKE?auto=compress,format"></figure><figure data-align="center" data-size="best-fit" data-id="89it74TUsQrvlw2mOe2Wq" data-version="v2" data-type="image"><img data-id="89it74TUsQrvlw2mOe2Wq" src="https://tribe-s3-production.imgix.net/89it74TUsQrvlw2mOe2Wq?auto=compress,format"></figure><p></p><p>5) Finally, when we click <strong>Create</strong>, we can see our Hyperlink Icon column:</p><figure data-align="center" data-size="best-fit" data-id="Sk6IqrmF6U3BZKnfolELT" data-version="v2" data-type="image"><img data-id="Sk6IqrmF6U3BZKnfolELT" src="https://tribe-s3-production.imgix.net/Sk6IqrmF6U3BZKnfolELT?auto=compress,format"></figure><p></p><p>6) If needed we can hide our original URL text column by using the <strong>Hide</strong> feature so that we only display the Hyperlink Icon column:</p><figure data-align="center" data-size="best-fit" data-id="soqlwE3wLQm7xV2R5hCxu" data-version="v2" data-type="image"><img data-id="soqlwE3wLQm7xV2R5hCxu" src="https://tribe-s3-production.imgix.net/soqlwE3wLQm7xV2R5hCxu?auto=compress,format"></figure><figure data-align="center" data-size="best-fit" data-id="uev1XtyMCo5pQPQJWkE8U" data-version="v2" data-type="image"><img data-id="uev1XtyMCo5pQPQJWkE8U" src="https://tribe-s3-production.imgix.net/uev1XtyMCo5pQPQJWkE8U?auto=compress,format"></figure><p></p><p><strong>FAQs:</strong></p><p><em>Can we add other icons?</em></p><p>Yes, we can add other icons.</p><p><em>Is this feature available in Analytics+ visual?</em></p><p>No, it isn't.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Upcoming Webinar: The Playbook for Legacy Power BI Migrations]]></title>
            <description><![CDATA[Join us for a live webinar next week focused on successfully migrating reports and dashboards from Tableau, Qlik, Spotfire, Cognos, and SAP to Power BI using the Inforiver BI bundle [https://inforiver.com/bi-bundle/]. The session is ...]]></description>
            <link>https://community.inforiver.com/events-news/post/upcoming-webinar-the-playbook-for-legacy-power-bi-migrations-3gF8zDaEkiwnbZW</link>
            <guid isPermaLink="true">https://community.inforiver.com/events-news/post/upcoming-webinar-the-playbook-for-legacy-power-bi-migrations-3gF8zDaEkiwnbZW</guid>
            <category><![CDATA[Webinar]]></category>
            <category><![CDATA[Migrate to PowerBI]]></category>
            <dc:creator><![CDATA[Chandra Vadana]]></dc:creator>
            <pubDate>Fri, 06 Feb 2026 19:38:35 GMT</pubDate>
            <content:encoded><![CDATA[<p>Join us for a live webinar next week focused on <strong>successfully migrating reports and dashboards from Tableau, Qlik, Spotfire, Cognos, and SAP to Power BI</strong> using the <a class="text-interactive hover:text-interactive-hovered" rel="noopener noreferrer nofollow" href="https://inforiver.com/bi-bundle/">Inforiver BI bundle</a>. The session is packed with real customer scenarios, so you can immediately apply insights to your own migration challenges.</p><p><strong>Webinar:</strong> Migrate Tableau, Qlik, Cognos, and SAP Reports to Power BI<br><strong>Date &amp; Time:</strong> Wednesday, Feb 11, 2026, at 10 AM CT</p><p><strong>What you’ll learn</strong></p><ul><li><p>Key considerations for migrating large BI estates to Power BI</p></li><li><p>Why recreating reports element by element often increases effort, complexity, and risk</p></li><li><p>A more effective approach focused on migrating <strong>analytical stories</strong>, not rigid report layouts</p></li></ul><p><strong>Live demo highlights</strong></p><ul><li><p>Paginated reports, financial statements, and management reports migrated from Cognos and SAP BOBJ</p></li><li><p>Modern dashboards rebuilt from Tableau, Spotfire, and Qlik inside Power BI</p></li><li><p>Visual-level calculations, no-code interactivity, and formatted exports to Excel and PDF</p></li></ul><p>You’ll also learn about the <strong>key updates delivered in 2025</strong> across Inforiver Reporting Matrix, Analytics+, and Premium Table, and get a sneak peek at <strong>what’s next</strong> on the roadmap.</p><h3 class="text-lg" data-toc-id="b294c1ca-a6cf-4fd5-bb0d-a5781012cc01" id="b294c1ca-a6cf-4fd5-bb0d-a5781012cc01"><strong>Pre-Session Resource:</strong></h3><p>If you want to get a head start on the technical side, we’ve put together a guide on <a class="text-interactive hover:text-interactive-hovered" rel="noopener noreferrer nofollow" href="https://inforiver.com/power-bi-30-performance-best-practices/">30 Power BI Performance Best Practices</a>. It covers everything from <strong>optimizing DirectQuery</strong> at the source to <strong>disabling Auto Date/Time</strong> to prevent model bloat.</p><p><a class="text-interactive hover:text-interactive-hovered" rel="noopener noreferrer nofollow" href="https://inforiver.com/webinars/migrate-tableau-qlik-cognos-and-sap-reports-to-power-bi/">Register for the session here</a></p><p>We’d love to know: what is the single biggest "workaround" you’ve had to build so far while migrating a legacy report? Let’s talk about it in the comments.</p><figure data-align="center" data-size="best-fit" data-id="rr4u2wOMST9g68yVAcaRH" data-version="v2" data-type="image"><img data-id="rr4u2wOMST9g68yVAcaRH" src="https://tribe-s3-production.imgix.net/rr4u2wOMST9g68yVAcaRH?auto=compress,format"></figure>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Update Data source in Editable]]></title>
            <description><![CDATA[Using EDITable once the data is connected to the table, you can update the data source.

For more information about how to create data source connection , refer to the Getting Data into EDITable | ... [https://docs.inforiver.com/editable/getting-data-into-editable]]]></description>
            <link>https://community.inforiver.com/tips-tricks/post/update-data-source-in-editable-xPozCSexLyrfnLs</link>
            <guid isPermaLink="true">https://community.inforiver.com/tips-tricks/post/update-data-source-in-editable-xPozCSexLyrfnLs</guid>
            <category><![CDATA[#DataSourceConnection]]></category>
            <category><![CDATA[EDITable]]></category>
            <category><![CDATA[#inforiver]]></category>
            <dc:creator><![CDATA[Meera k]]></dc:creator>
            <pubDate>Fri, 23 Jan 2026 11:09:00 GMT</pubDate>
            <content:encoded><![CDATA[<p>Using EDITable once the data is connected to the table, you can update the data source.</p><p>For more information about how to create data source connection , refer to the <a class="text-interactive hover:text-interactive-hovered" rel="noopener noreferrer nofollow" href="https://docs.inforiver.com/editable/getting-data-into-editable">Getting Data into EDITable | EDITable | Inforiver</a></p><p>Two types of user role can create the data source connection.</p><p><strong>1.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; By a Report User </strong>– In this case, the "Manage" option is visible within the report interface.</p><figure data-align="center" data-size="best-fit" data-id="ff4GzWkq4InaiyOxozEmh" data-version="v2" data-type="image"><img data-id="ff4GzWkq4InaiyOxozEmh" src="https://tribe-s3-production.imgix.net/ff4GzWkq4InaiyOxozEmh?auto=compress,format"></figure><p><strong>2.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; By an Administrator via the Editable Admin Portal – </strong>In this scenario, the "Manage" option is not available in the report. The connection can only be managed through the Admin Portal by the Administrator.</p><figure data-align="center" data-size="best-fit" data-id="qaM6LuBtRgbc5VPLubPmK" data-version="v2" data-type="image"><img data-id="qaM6LuBtRgbc5VPLubPmK" src="https://tribe-s3-production.imgix.net/qaM6LuBtRgbc5VPLubPmK?auto=compress,format"></figure><p>Go to the Admin Portal using Inforiver console from the login screen<strong>, </strong><a class="text-interactive hover:text-interactive-hovered" rel="noopener noreferrer nofollow" href="https://docs.inforiver.com/editable/admin-portal-and-editable-console"><strong>Admin Portal &amp; EDITable Console | EDITable | Inforiver</strong></a></p><p>Select the Settings-&gt; Connections option from the Admin Portal and Edit the connection details.</p><figure data-align="center" data-size="best-fit" data-id="s2FoB8d2bwTS1631nyHdA" data-version="v2" data-type="image"><img data-id="s2FoB8d2bwTS1631nyHdA" src="https://tribe-s3-production.imgix.net/s2FoB8d2bwTS1631nyHdA?auto=compress,format"></figure><p><strong>For more information about Connections, refer </strong><a class="text-interactive hover:text-interactive-hovered" rel="noopener noreferrer nofollow" href="https://docs.inforiver.com/editable/admin-portal-and-editable-console/admin-portal/settings/writeback-settings"><strong>Writeback Settings | EDITable | Inforiver</strong></a></p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[How to Filter Charts using the Legend Values in Inforiver Analytics+!]]></title>
            <description><![CDATA[We can filter charts in Inforiver Analytics+ using the Legend values. This is very useful especially if we want to visually filter using the Legend values.

Let us understand with an example.

In the ...]]></description>
            <link>https://community.inforiver.com/tips-tricks/post/how-to-filter-charts-using-the-legend-values-in-inforiver-analytics-JjOY4GTss7WpaOR</link>
            <guid isPermaLink="true">https://community.inforiver.com/tips-tricks/post/how-to-filter-charts-using-the-legend-values-in-inforiver-analytics-JjOY4GTss7WpaOR</guid>
            <category><![CDATA[Display Filters]]></category>
            <category><![CDATA[Filter]]></category>
            <category><![CDATA[Inforiver Analytics+]]></category>
            <category><![CDATA[legend]]></category>
            <dc:creator><![CDATA[Vishwak Subramaniam]]></dc:creator>
            <pubDate>Fri, 23 Jan 2026 10:41:31 GMT</pubDate>
            <content:encoded><![CDATA[<p>We can filter charts in Inforiver Analytics+ using the Legend values. This is very useful especially if we want to visually filter using the Legend values.</p><p>Let us understand with an example.</p><p>In the below chart we have three Legend values:</p><figure data-align="center" data-size="best-fit" data-id="SmqtEe7oDB0V7rKz5WcKr" data-version="v2" data-type="image"><img data-id="SmqtEe7oDB0V7rKz5WcKr" src="https://tribe-s3-production.imgix.net/SmqtEe7oDB0V7rKz5WcKr?auto=compress,format"></figure><p>1) First, we go to <strong>Settings -&gt; Legend</strong> as shown below:</p><figure data-align="center" data-size="best-fit" data-id="QVSf8pHOpsqPkyv1zl7gb" data-version="v2" data-type="image"><img data-id="QVSf8pHOpsqPkyv1zl7gb" src="https://tribe-s3-production.imgix.net/QVSf8pHOpsqPkyv1zl7gb?auto=compress,format"></figure><p>2) Under <strong>Legend</strong> we can go to <strong>Data selection</strong> and under the dropdown we can select the '<strong>Include'</strong> option:</p><figure data-align="center" data-size="best-fit" data-id="x4ac3Sgx1UPzjFCgFEGmd" data-version="v2" data-type="image"><img data-id="x4ac3Sgx1UPzjFCgFEGmd" src="https://tribe-s3-production.imgix.net/x4ac3Sgx1UPzjFCgFEGmd?auto=compress,format"></figure><p>3) Now we can go to Reading View in Power BI Service and test this out <strong>(this feature only works in Reading View and does not work in Edit Mode)</strong>:</p><figure data-align="center" data-size="best-fit" data-id="5dEWJr8krn4a7ens41eCk" data-version="v2" data-type="image"><img data-id="5dEWJr8krn4a7ens41eCk" src="https://tribe-s3-production.imgix.net/5dEWJr8krn4a7ens41eCk?auto=compress,format"></figure><figure data-align="center" data-size="best-fit" data-id="2GvIyZU35psqEMRzv6FtV" data-version="v2" data-type="image"><img data-id="2GvIyZU35psqEMRzv6FtV" src="https://tribe-s3-production.imgix.net/2GvIyZU35psqEMRzv6FtV?auto=compress,format"></figure><figure data-align="center" data-size="best-fit" data-id="QGpnsqSAK0GCnknszlMEY" data-version="v2" data-type="image"><img data-id="QGpnsqSAK0GCnknszlMEY" src="https://tribe-s3-production.imgix.net/QGpnsqSAK0GCnknszlMEY?auto=compress,format"></figure><p><strong>FAQS:</strong></p><p><em>Can we Filter by Legend values in Edit Mode?</em></p><p>No, we cannot filter by Legend values in Edit Mode in PBI Service. It only works in Reading View in PBI Service.</p><p><em>Can we Filter by Legend values in Power BI Desktop?</em></p><p>No, we cannot.  It only works in Reading View in PBI Service.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Writeback Table Precision Setting]]></title>
            <description><![CDATA[You can configure the decimal precision by setting how many digits after the decimal point are written back to the Writeback table.

This is a one-time setup that will apply to all destinations ...]]></description>
            <link>https://community.inforiver.com/tips-tricks/post/writeback-table-precision-setting-CbZ0TqntmZjdgd2</link>
            <guid isPermaLink="true">https://community.inforiver.com/tips-tricks/post/writeback-table-precision-setting-CbZ0TqntmZjdgd2</guid>
            <category><![CDATA[#inforiver]]></category>
            <category><![CDATA[#WritebackMatrix]]></category>
            <category><![CDATA[#WritebackTablePrecision]]></category>
            <dc:creator><![CDATA[Meera k]]></dc:creator>
            <pubDate>Fri, 23 Jan 2026 06:50:39 GMT</pubDate>
            <content:encoded><![CDATA[<p>You can configure the decimal precision by setting how many digits after the decimal point are written back to the Writeback table.</p><p>This is a <strong>one-time setup</strong> that will apply to <strong>all destinations</strong> configured for a particular report page. While configuring the first writeback destination, you will see a pop-up as shown below, to configure the decimal precision.</p><figure data-align="center" data-size="best-fit" data-id="4wU5hQorBMCEBd9aLaBjG" data-version="v2" data-type="image"><img data-id="4wU5hQorBMCEBd9aLaBjG" src="https://tribe-s3-production.imgix.net/4wU5hQorBMCEBd9aLaBjG?auto=compress,format"></figure><p>If you require high precision, you can configure Inforiver to write back numerical data with up to ten decimal digits. Any digits beyond 10 will be rounded off.</p><figure data-align="center" data-size="best-fit" data-id="mJYzRS3JXYkxQcm5O3r2t" data-version="v2" data-type="image"><img data-id="mJYzRS3JXYkxQcm5O3r2t" src="https://tribe-s3-production.imgix.net/mJYzRS3JXYkxQcm5O3r2t?auto=compress,format"></figure><p>The precision that is set in the destination configuration is displayed in the Decimal Precision section.</p><figure data-align="center" data-size="best-fit" data-id="ICKjWC6Tz8t92SZx3VT4w" data-version="v2" data-type="image"><img data-id="ICKjWC6Tz8t92SZx3VT4w" src="https://tribe-s3-production.imgix.net/ICKjWC6Tz8t92SZx3VT4w?auto=compress,format"></figure><p><a class="text-interactive hover:text-interactive-hovered" rel="noopener noreferrer nofollow" href="https://docs.inforiver.com/working-with-inforiver/12.-data-writeback/destinations">Learn more about configuring writeback destinations</a>.</p><p>Frequently Asked Questions</p><p><strong>1. Can we edit or set the precision after the Writeback table is created?</strong><br><strong>Ans.</strong> No. Precision is a one-time setup configured only during the initial creation of the table. If you need to change or set the precision later, you must drop the existing table and create a new one.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Writeback Matrix Scheduler - Priority queue]]></title>
            <description><![CDATA[Introduce priority-based scheduling and execution for subscriptions to ensure that high-priority subscriptions are processed before lower-priority ones, aligning with business needs and user ...]]></description>
            <link>https://community.inforiver.com/tips-tricks/post/scheduler---priority-queue-45FSXFNUtqi8sbH</link>
            <guid isPermaLink="true">https://community.inforiver.com/tips-tricks/post/scheduler---priority-queue-45FSXFNUtqi8sbH</guid>
            <category><![CDATA[#PriorityScheduling]]></category>
            <category><![CDATA[#Scheduling]]></category>
            <category><![CDATA[#WritebackMatrix]]></category>
            <dc:creator><![CDATA[Meera k]]></dc:creator>
            <pubDate>Thu, 22 Jan 2026 08:35:13 GMT</pubDate>
            <content:encoded><![CDATA[<p>Introduce priority-based scheduling and execution for subscriptions to ensure that high-priority subscriptions are processed before lower-priority ones, aligning with business needs and user expectations.</p><p>Note: This Option is available only for On-Prem Users</p><figure data-align="center" data-size="best-fit" data-id="xj2M3oovR2TBhr77flV7X" data-version="v2" data-type="image"><img data-id="xj2M3oovR2TBhr77flV7X" src="https://tribe-s3-production.imgix.net/xj2M3oovR2TBhr77flV7X?auto=compress,format"></figure><p>Managing multiple report subscriptions is easier with the Priority option - you can control which subscription takes precedence.</p><ol type="1"><li><p><strong>Subscription Priority Levels</strong></p><ul><li><p>Define and support the following priority levels:</p><ul><li><p><strong>High Priority</strong></p></li><li><p><strong>Medium Priority</strong></p></li><li><p><strong>Low Priority</strong></p></li></ul></li><li><p>Each subscription will have an associated priority level. If no priority is explicitly set, assign a default priority (e.g., Medium).</p></li></ul></li><li><p><strong>Priority-Based Scheduling</strong></p><ul><li><p>Subscriptions will be scheduled based on their priority level.</p></li><li><p>High-priority subscriptions should always be scheduled ahead of medium or low-priority subscriptions.</p></li></ul></li><li><p><strong>Priority-Based Execution</strong></p><ul><li><p>During execution, subscriptions must follow the priority order:</p><ul><li><p>Execute all high-priority subscriptions first.</p></li><li><p>Then process medium-priority subscriptions.</p></li><li><p>Finally, execute low-priority subscriptions.</p></li></ul></li><li><p>Within the same priority level, maintain the order based on the time of subscription creation (FIFO—First In, First Out).</p></li></ul></li><li><p><strong>Dynamic Priority Adjustment</strong></p><ul><li><p>Allow priority levels to be updated dynamically for a subscription (e.g., upgrade a low-priority subscription to high priority).</p></li><li><p>Updated priorities should take immediate effect, ensuring the subscription is re-ordered in the scheduling queue accordingly.</p></li></ul></li><li><p><strong>Error Handling</strong></p><ul><li><p>If a high-priority subscription fails, it will be retried before moving to lower-priority tasks.</p></li><li><p>Maintain retry attempts in accordance with existing retry policies.</p></li></ul></li><li><p><strong>Monitoring and Reporting</strong></p><ul><li><p>Provide visibility into the current queue of subscriptions, categorized by priority levels.</p></li><li><p>Include metrics such as:</p><ul><li><p>Number of subscriptions at each priority level.</p></li><li><p>Current execution order.</p></li></ul></li></ul></li><li><p><strong>Scalability</strong></p><ul><li><p>Ensure the system can handle a high volume of subscriptions across all priority levels without degradation in performance.</p></li></ul></li></ol><p><strong>Frequently Asked Questions</strong></p><p>1.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Priority option is available for Reporting and Enterprise Matrix?</p><p>Ans. No, it's available only for Writeback Matrix (Enterprise Matrix) for On Prem Customers.</p><p>2.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Will highest priority run even under high load?</p><p>And. Yes, the system must schedule and execute high-priority subscriptions with minimal delay, even under high load. Also, this ensures priority-based execution operates consistently and adheres to the defined priority levels under all scenarios.</p><p></p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Analytics+ - Gantt Chart - Word Wrap feature for Data labels]]></title>
            <description><![CDATA[Handling long text in Gantt Charts is effortless with this word wrap feature.

You can activate it by turning on the ‘Enable dynamic row height’ toggle located under Settings -> Canvas -> General.  This ...]]></description>
            <link>https://community.inforiver.com/tips-tricks/post/analytics---gantt-charts---word-wrap-feature-for-data-labels-AHwnLzbXhMlN1Gx</link>
            <guid isPermaLink="true">https://community.inforiver.com/tips-tricks/post/analytics---gantt-charts---word-wrap-feature-for-data-labels-AHwnLzbXhMlN1Gx</guid>
            <category><![CDATA[Data labels]]></category>
            <category><![CDATA[Gantt Chart]]></category>
            <category><![CDATA[Inforiver Analytics+]]></category>
            <category><![CDATA[word wrap]]></category>
            <dc:creator><![CDATA[Valliammai Valliappan]]></dc:creator>
            <pubDate>Fri, 28 Nov 2025 06:15:15 GMT</pubDate>
            <content:encoded><![CDATA[<p>Handling long text in Gantt Charts is effortless with this word wrap feature.</p><p>You can activate it by turning on the <strong>‘Enable dynamic row height’</strong> toggle located under <strong>Settings -&gt; Canvas -&gt; General</strong>. &nbsp;This option is disabled by default.</p><figure data-type="image" data-version="v2" data-id="n5ZnCHStaFrmCR6hHSl15" data-size="best-fit" data-align="center"><img src="https://tribe-s3-production.imgix.net/n5ZnCHStaFrmCR6hHSl15?auto=compress,format" data-id="n5ZnCHStaFrmCR6hHSl15"></figure><p>Once enabled, cell heights automatically adjust to wrap lengthy text and data labels, ensuring your chart stays neat, compact and easy to read as shown in the screenshot below.</p><figure data-type="image" data-version="v2" data-id="SgHpue5IFCvV9FDX57dJp" data-size="best-fit" data-align="center"><img src="https://tribe-s3-production.imgix.net/SgHpue5IFCvV9FDX57dJp?auto=compress,format" data-id="SgHpue5IFCvV9FDX57dJp"></figure><p><strong>Activating this feature unlocks two more settings as follows:</strong></p><p><strong>Outside Label width –</strong> This defines the width used to wrap the data labels placed outside the row. The default value is 100, with a minimum of 20 and a maximum of 1000.</p><figure data-type="image" data-version="v2" data-id="CeDKOGrl0vqOcuthx5fw7" data-size="best-fit" data-align="center"><img src="https://tribe-s3-production.imgix.net/CeDKOGrl0vqOcuthx5fw7?auto=compress,format" data-id="CeDKOGrl0vqOcuthx5fw7"></figure><p>For example, setting the <strong>‘Outside label width’</strong> to <strong>40</strong>, reduces the width of the data labels, and the cell height adjusts accordingly as shown in the screenshot below.</p><figure data-type="image" data-version="v2" data-id="Lqy5hoebTei5Qyxtrh4Lt" data-size="best-fit" data-align="center"><img src="https://tribe-s3-production.imgix.net/Lqy5hoebTei5Qyxtrh4Lt?auto=compress,format" data-id="Lqy5hoebTei5Qyxtrh4Lt"></figure><p><strong>Dynamic row height threshold - </strong>This setting lets you define the maximum row height in pixels, ensuring rows don’t become excessively large. </p><p>For example, setting the <strong>Dynamic row height threshold</strong> to <strong>39 px</strong>, reduces the row height, and wraps the text accordingly. The maximum value allowed is 300 px.</p><figure data-type="image" data-version="v2" data-id="qY7YYmzOi0Mzoj3xS712Y" data-size="best-fit" data-align="center"><img src="https://tribe-s3-production.imgix.net/qY7YYmzOi0Mzoj3xS712Y?auto=compress,format" data-id="qY7YYmzOi0Mzoj3xS712Y"></figure><p>Hence, this simple feature ensures long text is neatly wrapped, making your Gantt Charts clear and easy to read.</p><p><em>Want to learn more about </em><strong><em>Gantt Charts</em></strong><em>? Click </em><a href="https://docs.inforiver.com/analytics+/gantt-chart" rel="noopener noreferrer nofollow" class="text-interactive hover:text-interactive-hovered"><em>here</em></a><em>.</em></p>]]></content:encoded>
        </item>
    </channel>
</rss>