Power BI Support

Search

Re: Matrix with Clustered Bar Chart

You could likely create that visual with Deneb by using hconcat to combine the bar chart and matrix, and then using facet to create that for each question. Getting Started | Deneb Pat

Re: Tamaño de fuente (mínimo) de PBI y servicios relacionados

@QC , El tamaño mínimo del texto en Power BI es actualmente de 8 pt. Aquí hay una idea para permitir fuentes más pequeñas. Asegúrese de agregar su voto. Saludos Equipo de Apoyo a la C...

Re: The inserted shape with "Web URL" action doesn't work in Power BI mobile app

Hi  @bergen288 ,   According to your error description, you can open the Web URL link button normally on your PC, but touch the Power BI Home box in Power BI mobile app on my iPhon...

Re: Measure to display value based on amount conditions

@DimaMD  Thank you for your reply.   But, I didn't see the conditions about this: The measure will display "GREEN" if:   - RESULT is "pass" The measure will display "RED" if:...

Re: Combina dos gráficos de líneas en uno con dos elementos diferentes de Legenda

Hi, @Power_BI_Adapt De acuerdo con su descripción, desea que el total solo muestre el [Classfied] = True? Si esto , puede agregar la lógica de filtro en dax: Measure = var _cur_legand = SELEC...

Re: Fecha maestra

Hi , @Niraj_vora0106 De acuerdo con su descripción, desea crear una tabla de fechas. Y ahora usas la función calendarauto(). Para esto, no le recomiendo que use la función calendarauto(). Debido...

Can we get MS Scorecard template into PBI as it is?

Hi all,   I like this Scorecard template and design so hope to bring this into my PBI dashboard as it is.  literally just displaying in my PBI dashboard,,   Is there any way to do...

Re: Can we get MS Scorecard template into PBI as it is?

@jeongkim , You can log an idea - https://ideas.powerbi.com/ideas/

Re: Inaccesible, no tengo acceso a publicar

@Svvay , Estoy un poco confundido acerca de sus necesidades, ¿podría explicarlas más? ¿Es publicar un informe en Power BI Service con Power BI Desktop o descargar un archivo .pbix en Power BI Ser...

Re: Dos segmentaciones de datos para la fecha de inicio y finalización

@moyedgi , La tabla visual se filtrará de acuerdo con su selección de segmentación de datos, por favor verifique cuidadosamente. Saludos Apoyo de la comunidad Team_Binbin Yu Si esta publica...

Re: Crear una nueva columna basada en el valor de otra columna con un intervalo de fechas específico y un ID coincidente

@bmacman , una nueva columna = var _max = maxx(Filter(Table2, 'Table2'[minutesAddedToStartDate] >= 'Table1'[minuteAddedToStartDate]+ #duration(0,0,0,30) && 'Table2'[minutesAddedTo...

Re: Merge Query Issues

Hi @AndrewHam    Can you show some sample data or screenshots of the problem?   My guess is that the case of the data in the two tables may be different. In Power Que...

How to query refresh history of dataflows via Power BI RESTful API?

Hi,   I am trying to programmatically query the refresh history of datasets and dataflows, but somehow found there is no such an API for dataflows (I can query refresh history of datasets thou...

Excel Workbook content in Power BI workspace - data refresh

How do I enable data refresh in an excel workbook uploaded to Power BI workspace?  The business had a simple request for a table of data with (on-prem) SQL server as the source (data gateway set...

Re: Calculating Ticket Close Ratio

hi @maxse  As you have the data, just try it.    p.s. If you need further input, consider @me in the reply. 

Re: Recuento distinto de material que va mal en el nivel total general de un grupo

Hola Comparta algunos datos, describa la pregunta y muestre el resultado esperado.

Re: Need help in aggregating values in report using power BI

Hi, Create a Calendar Table with calculated column formulas for Year, Month name and Month number.  Sort the Month name column by the Month number.  Create a relationship (Many to One and...

Re: Date master

This works.   Thank you!

Re: Conditional formatting for simple waterfall chart

Hi @v-yueyunzh-msft  As I mentioned in the above question, This is not a default waterfall chart, This is custom waterfall chart by name Simple Waterfall chart. Which is taken from mi...

Re: Para filtrar el mismo ID pero una unidad diferente

Columna = DÓNDE _Current =[Unidad] DEVOLUCIÓN SI (_Current= "CUBO" || _Current= "NOTICIAS" , 1 , 0 )

Re: Count row if cell cointains text from another table

Hi @borone ,   Please try: Column = SUMX('Table 2', FIND('Table 1'[Names],'Table 2'[Name],,0))   Best Regards, Eyelyn Qin   If this post helps, then ple...

Re: Slicer get selected values at the top

Hi, @laernouts  in my end it's not possible in Slicer visual we have another way to do that .set search option in slicer visual, Thanks, Thennarasu  

Re: My Datetime in the powerbi online platform is not the same than in my desktop

@edgardlt  >> https://support.helpshift.com/kb/article/how-do-i-set-my-timezone-in-power-bi/ >> Go to link and change your timezone as per your needs. **Did I answer your q...

Re: Connect PowerBI to Zoho CRM

Hi @ntruong1994 ,   You can follow this blog to use web connector to connect which is simliar with this issue: Integrating data onto Power BI from INSIGHTLY CRM    ...

Re: Valores del mes anterior y del mes actual, pero con un mes seleccionado en la segmentación de datos

@holodan95 , Por favor, pruebe los pasos a continuación: 1. Crear una medida con la siguiente fórmula DAX Usage_measure = VAR cur_month = SELECTEDVALUE ( 'Power_data'[Month_of_entry] ) VAR...