<?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: Buenas tardes, quisiera realizar una consulta acerca de totalizar porcentajes in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Buenas-tardes-quisiera-realizar-una-consulta-acerca-de-totalizar/m-p/5144997#M187660</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1349278" data-lia-user-login="Marc_Real" class="lia-mention lia-mention-user"&gt;Marc_Real&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;In Power BI, formatting is applied at the measure level, not at the individual row level. However, you can achieve different formats within the same column by using a workaround with a dynamic measure, where the specific row is identified using a column such as INDICADORES.&lt;/P&gt;
&lt;P&gt;For a more robust and production-ready solution, it is recommended to use Dynamic Format Strings (available in the latest versions of Power BI Desktop or via Tabular Editor).&lt;/P&gt;
&lt;P&gt;Keep your original measure as a numeric value&lt;BR /&gt;Go to Model view&lt;BR /&gt;Select the measure&lt;BR /&gt;Under Format &amp;gt; fx (Dynamic format string), apply the following:&lt;/P&gt;
&lt;P&gt;SWITCH(&lt;BR /&gt;TRUE(),&lt;BR /&gt;SELECTEDVALUE('YourTable'[INDICADORES]) = "CI-OC01 Oportunidad del Envío de Información Prestacional al SIS",&lt;BR /&gt;"0",&lt;BR /&gt;"0.00%"&lt;BR /&gt;)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Values remain numeric, sorting works correctly and aggregations behave as expected. This approach ensures flexibility in formatting without compromising data integrity or performance.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Wed, 08 Apr 2026 07:36:43 GMT</pubDate>
    <dc:creator>v-echaithra</dc:creator>
    <dc:date>2026-04-08T07:36:43Z</dc:date>
    <item>
      <title>Buenas tardes, quisiera realizar una consulta acerca de totalizar porcentajes</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Buenas-tardes-quisiera-realizar-una-consulta-acerca-de-totalizar/m-p/4817426#M184198</link>
      <description>&lt;P&gt;Buenas tardes, me podrian ayudar, tengo un inconveniente, estoy utilizando un objeto visual (tarjeta) como menu desplegable, el cual contiene meses, desde enero a julio, cuando selecciono por mes los porcentajes mensuales son correctos, pero al seleccionar todo a trave del menu desplegable el porcentaje total es incorrecto, que formula tendria que utilizar o que opcion deberia de manejar para que al seleccionar la opcion seleccionar todos el porcentaje sea correcto.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Lo porcentajes totales correctos que deberian de mostrarse son estos:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Sep 2025 21:17:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Buenas-tardes-quisiera-realizar-una-consulta-acerca-de-totalizar/m-p/4817426#M184198</guid>
      <dc:creator>Marc_Real</dc:creator>
      <dc:date>2025-09-04T21:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Buenas tardes, quisiera realizar una consulta acerca de totalizar porcentajes</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Buenas-tardes-quisiera-realizar-una-consulta-acerca-de-totalizar/m-p/4817467#M184199</link>
      <description>&lt;P&gt;"Think like the Grand Total" - create your measures with the assumption that multiple values are selected, and use SUMMARIZE or SUMMARIZECOLUMNS for that, combined with SUMX etc.&amp;nbsp; Once implemented, the measures will then also work for single selections.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Sep 2025 23:48:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Buenas-tardes-quisiera-realizar-una-consulta-acerca-de-totalizar/m-p/4817467#M184199</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2025-09-04T23:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Buenas tardes, quisiera realizar una consulta acerca de totalizar porcentajes</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Buenas-tardes-quisiera-realizar-una-consulta-acerca-de-totalizar/m-p/4818450#M184216</link>
      <description>&lt;P&gt;He tratado de utilizar las funciones&amp;nbsp;&lt;SPAN&gt;SUMMARIZE convinada con SUM y no logro obtener el resultado correcto, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;la columna que estoy contando es codigo_med, utilizando la siguiente medida&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CANT NOM =&lt;/SPAN&gt; &lt;SPAN&gt;COUNT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;farmacia&lt;/SPAN&gt;&lt;SPAN&gt;[CODIGO_MED]&lt;/SPAN&gt;&lt;SPAN&gt;)+&lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;calculando la cantidad del indicador :&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Cant Sobrestock =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;[CANT NOM]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;farmacia&lt;/SPAN&gt;&lt;SPAN&gt;[INDICADOR]&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"SOBRESTOCK"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;y estoy utilizando para calcular el % por indicador(Sobrestock, normostock, substock, etc)&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;% Sobrestock =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;DIVIDE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;[CANT SOBRESTOCK]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;[CANT NOM]&lt;/SPAN&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;[Cant Noaplica]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Sep 2025 18:06:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Buenas-tardes-quisiera-realizar-una-consulta-acerca-de-totalizar/m-p/4818450#M184216</guid>
      <dc:creator>Marc_Real</dc:creator>
      <dc:date>2025-09-05T18:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: Buenas tardes, quisiera realizar una consulta acerca de totalizar porcentajes</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Buenas-tardes-quisiera-realizar-una-consulta-acerca-de-totalizar/m-p/4819817#M184236</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1349278" data-lia-user-login="Marc_Real" class="lia-mention lia-mention-user"&gt;Marc_Real&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Thank you for providing the update.&lt;BR /&gt;Try using this measure&lt;BR /&gt;&lt;BR /&gt;% Sobrestock (Correct) =&lt;BR /&gt;AVERAGEX( SUMMARIZE( 'farmacia', 'farmacia'[MESANO],&lt;BR /&gt;"CantNom", CALCULATE(COUNT('farmacia'[CODIGO_MED])),&lt;BR /&gt;"CantNA", CALCULATE(COUNTROWS('farmacia'), 'farmacia'[INDICADOR] = "NO APLICA"),&lt;BR /&gt;"CantSS", CALCULATE(COUNTROWS('farmacia'), 'farmacia'[INDICADOR] = "SOBRESTOCK")),&lt;BR /&gt;DIVIDE([CantSS], [CantNom] - [CantNA])).&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;You must replace "SOBRESTOCK" with other indicators to replicate for Normostock, Substock, etc.&lt;/P&gt;
&lt;P&gt;Make sure your MESANO field has no duplicate months (if using different years).&lt;BR /&gt;&lt;BR /&gt;Regaards,&lt;BR /&gt;Chaithra E.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Sep 2025 09:41:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Buenas-tardes-quisiera-realizar-una-consulta-acerca-de-totalizar/m-p/4819817#M184236</guid>
      <dc:creator>v-echaithra</dc:creator>
      <dc:date>2025-09-08T09:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: Buenas tardes, quisiera realizar una consulta acerca de totalizar porcentajes</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Buenas-tardes-quisiera-realizar-una-consulta-acerca-de-totalizar/m-p/4825772#M184400</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1349278" data-lia-user-login="Marc_Real" class="lia-mention lia-mention-user"&gt;Marc_Real&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;We’d like to follow up regarding the recent concern. Kindly confirm whether the issue has been resolved, or if further assistance is still required. We are available to support you and are committed to helping you reach a resolution.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Chaithra E.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 04:52:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Buenas-tardes-quisiera-realizar-una-consulta-acerca-de-totalizar/m-p/4825772#M184400</guid>
      <dc:creator>v-echaithra</dc:creator>
      <dc:date>2025-09-15T04:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Buenas tardes, quisiera realizar una consulta acerca de totalizar porcentajes</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Buenas-tardes-quisiera-realizar-una-consulta-acerca-de-totalizar/m-p/4826855#M184421</link>
      <description>&lt;P&gt;Buenas tardes: gracias por su gran ayuda, se ha podido solucionar los % totales de sobrestock, normostock, Sin Rotacion, Substock, Desabastecido, con la formula que usted me envio, sin embargo el porcentaje % DME, aun no me refleja el valor correcto.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Muy agradecido por su ayuda&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 22:11:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Buenas-tardes-quisiera-realizar-una-consulta-acerca-de-totalizar/m-p/4826855#M184421</guid>
      <dc:creator>Marc_Real</dc:creator>
      <dc:date>2025-09-15T22:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: Buenas tardes, quisiera realizar una consulta acerca de totalizar porcentajes</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Buenas-tardes-quisiera-realizar-una-consulta-acerca-de-totalizar/m-p/4827627#M184439</link>
      <description>&lt;P&gt;Buen dia, gracias a su ayuda ahora se muestran todo los porcentajes en forma correcta.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Muy agradecido&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2025 15:03:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Buenas-tardes-quisiera-realizar-una-consulta-acerca-de-totalizar/m-p/4827627#M184439</guid>
      <dc:creator>Marc_Real</dc:creator>
      <dc:date>2025-09-16T15:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: Buenas tardes, quisiera realizar una consulta acerca de totalizar porcentajes</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Buenas-tardes-quisiera-realizar-una-consulta-acerca-de-totalizar/m-p/4828313#M184459</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1349278" data-lia-user-login="Marc_Real" class="lia-mention lia-mention-user"&gt;Marc_Real&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P data-start="39" data-end="273"&gt;Thank you for confirming that your issue has been resolved. If you have any further questions or need additional assistance, feel free to reach out. We're here to help! Please don't hesitate to post again if you have any other issues.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P data-start="275" data-end="285" data-is-last-node="" data-is-only-node=""&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 17 Sep 2025 09:53:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Buenas-tardes-quisiera-realizar-una-consulta-acerca-de-totalizar/m-p/4828313#M184459</guid>
      <dc:creator>v-echaithra</dc:creator>
      <dc:date>2025-09-17T09:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: Buenas tardes, quisiera realizar una consulta acerca de totalizar porcentajes</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Buenas-tardes-quisiera-realizar-una-consulta-acerca-de-totalizar/m-p/4836750#M184710</link>
      <description>&lt;P&gt;Buenas tardes, una consulta, que medida podria utilizar para que en mi objeto de datos de graficos de anillos,&amp;nbsp; solo me muestre, las cifras reales, tengo en el item ACICLOVIR 400 mg TABLETA, 08 Items en total,&amp;nbsp; de los cuales 05 son Sobrestock y 03 Desabastecidos&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sin embargo en mi grafico de anillos me muestra de esta forma errada:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;No se de donde me esta saliendo esa informacion con error, si en la tabla en el item ACICLOVIR 400 mg TABLETA, no tengo ningun dato de substock&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&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>Fri, 26 Sep 2025 21:22:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Buenas-tardes-quisiera-realizar-una-consulta-acerca-de-totalizar/m-p/4836750#M184710</guid>
      <dc:creator>Marc_Real</dc:creator>
      <dc:date>2025-09-26T21:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: Buenas tardes, quisiera realizar una consulta acerca de totalizar porcentajes</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Buenas-tardes-quisiera-realizar-una-consulta-acerca-de-totalizar/m-p/4838221#M184769</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1349278" data-lia-user-login="Marc_Real" class="lia-mention lia-mention-user"&gt;Marc_Real&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Make sure that in your dataset, there are no empty or error values in the column related to substock. Ensure that rows with no substock are marked as null or that the value is explicitly empty. If an erroneous value, like 0 or N/A, is being treated incorrectly, the chart might be interpreting these as valid data for substock.&lt;BR /&gt;It's possible that the chart is incorrectly calculating the total substock. Ensure that your chart calculation logic includes only valid categories for sobrestock and desabastecido. If substock has no data, exclude it from the chart. Make sure that only sobrestock and desabastecido values are being calculated correctly.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Sep 2025 16:44:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Buenas-tardes-quisiera-realizar-una-consulta-acerca-de-totalizar/m-p/4838221#M184769</guid>
      <dc:creator>v-echaithra</dc:creator>
      <dc:date>2025-09-29T16:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Buenas tardes, quisiera realizar una consulta acerca de totalizar porcentajes</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Buenas-tardes-quisiera-realizar-una-consulta-acerca-de-totalizar/m-p/4847255#M184987</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1349278" data-lia-user-login="Marc_Real" class="lia-mention lia-mention-user"&gt;Marc_Real&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Confirm the chart is linked exclusively to the dataset for ACICLOVIR 400 mg TABLETA.&lt;BR /&gt;Ensure no other items or rows are being included due to incorrect filters or ranges.&lt;BR /&gt;Look for any unintended fields like "substock" that might be contributing additional values.&lt;BR /&gt;Remove or exclude these from the chart’s data range.&lt;BR /&gt;If you're using custom formulas to calculate "Overstock" and "Out of Stock", double-check the logic.&lt;BR /&gt;Make sure each condition is correctly defined and not pulling from unrelated columns or datasets.&lt;BR /&gt;If you're using custom formulas to calculate "Overstock" and "Out of Stock", double-check the logic.&lt;BR /&gt;Make sure each condition is correctly defined and not pulling from unrelated columns or datasets.&lt;BR /&gt;Ensure the chart’s filter criteria are correctly set to isolate only the relevant item.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;Chaithra E&lt;/P&gt;</description>
      <pubDate>Fri, 10 Oct 2025 06:16:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Buenas-tardes-quisiera-realizar-una-consulta-acerca-de-totalizar/m-p/4847255#M184987</guid>
      <dc:creator>v-echaithra</dc:creator>
      <dc:date>2025-10-10T06:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: Buenas tardes, quisiera realizar una consulta acerca de totalizar porcentajes</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Buenas-tardes-quisiera-realizar-una-consulta-acerca-de-totalizar/m-p/4850945#M185139</link>
      <description>&lt;P&gt;Hola, buenos dias&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Me podrias ayudar a saber que filtro de texto es este? o si esta en el menu de objetos visuales&amp;nbsp;para poder aplicarlo porfavor, muy agradecido por su atencion&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Oct 2025 14:19:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Buenas-tardes-quisiera-realizar-una-consulta-acerca-de-totalizar/m-p/4850945#M185139</guid>
      <dc:creator>Marc_Real</dc:creator>
      <dc:date>2025-10-15T14:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: Buenas tardes, quisiera realizar una consulta acerca de totalizar porcentajes</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Buenas-tardes-quisiera-realizar-una-consulta-acerca-de-totalizar/m-p/4856753#M185302</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1349278" data-lia-user-login="Marc_Real" class="lia-mention lia-mention-user"&gt;Marc_Real&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Yes, the visual in the image shows a slicer that allows you to filter a dataset based on text input. The user is able to type in "aciclovir" to filter the results. This is a text-based slicer where you can filter a list of items based on partial text matching.&lt;BR /&gt;Select the "Slicer" visual from the visualizations pane.&lt;BR /&gt;Drag the field (such as "PRODUCTOS") into the slicer. This will allow you to filter the list based on the text input.&lt;BR /&gt;This slicer lets you search for specific values (like "aciclovir" in the example) and filter data accordingly.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2025 10:20:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Buenas-tardes-quisiera-realizar-una-consulta-acerca-de-totalizar/m-p/4856753#M185302</guid>
      <dc:creator>v-echaithra</dc:creator>
      <dc:date>2025-10-23T10:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: Buenas tardes, quisiera realizar una consulta acerca de totalizar porcentajes</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Buenas-tardes-quisiera-realizar-una-consulta-acerca-de-totalizar/m-p/4861323#M185431</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1349278" data-lia-user-login="Marc_Real" class="lia-mention lia-mention-user"&gt;Marc_Real&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;May I ask if you have resolved this issue? Please let us know if you have any further issues, we are happy to help.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Oct 2025 07:29:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Buenas-tardes-quisiera-realizar-una-consulta-acerca-de-totalizar/m-p/4861323#M185431</guid>
      <dc:creator>v-echaithra</dc:creator>
      <dc:date>2025-10-29T07:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Buenas tardes, quisiera realizar una consulta acerca de totalizar porcentajes</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Buenas-tardes-quisiera-realizar-una-consulta-acerca-de-totalizar/m-p/5144824#M187654</link>
      <description>&lt;P&gt;Hola Buenas tardes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Me podrias ayudar, tengo una serie de datosn de los cuales solo quiero que una cenda me muestre un numero entero, los demas en %&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Solo la fila de los datos subrayados con rojo deseo que sean numeros enteros, los demas en porcentajes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Agradecido&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2026 21:16:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Buenas-tardes-quisiera-realizar-una-consulta-acerca-de-totalizar/m-p/5144824#M187654</guid>
      <dc:creator>Marc_Real</dc:creator>
      <dc:date>2026-04-07T21:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: Buenas tardes, quisiera realizar una consulta acerca de totalizar porcentajes</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Buenas-tardes-quisiera-realizar-una-consulta-acerca-de-totalizar/m-p/5144997#M187660</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1349278" data-lia-user-login="Marc_Real" class="lia-mention lia-mention-user"&gt;Marc_Real&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;In Power BI, formatting is applied at the measure level, not at the individual row level. However, you can achieve different formats within the same column by using a workaround with a dynamic measure, where the specific row is identified using a column such as INDICADORES.&lt;/P&gt;
&lt;P&gt;For a more robust and production-ready solution, it is recommended to use Dynamic Format Strings (available in the latest versions of Power BI Desktop or via Tabular Editor).&lt;/P&gt;
&lt;P&gt;Keep your original measure as a numeric value&lt;BR /&gt;Go to Model view&lt;BR /&gt;Select the measure&lt;BR /&gt;Under Format &amp;gt; fx (Dynamic format string), apply the following:&lt;/P&gt;
&lt;P&gt;SWITCH(&lt;BR /&gt;TRUE(),&lt;BR /&gt;SELECTEDVALUE('YourTable'[INDICADORES]) = "CI-OC01 Oportunidad del Envío de Información Prestacional al SIS",&lt;BR /&gt;"0",&lt;BR /&gt;"0.00%"&lt;BR /&gt;)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Values remain numeric, sorting works correctly and aggregations behave as expected. This approach ensures flexibility in formatting without compromising data integrity or performance.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2026 07:36:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Buenas-tardes-quisiera-realizar-una-consulta-acerca-de-totalizar/m-p/5144997#M187660</guid>
      <dc:creator>v-echaithra</dc:creator>
      <dc:date>2026-04-08T07:36:43Z</dc:date>
    </item>
  </channel>
</rss>

