User Profile
dethnass
Helper I
Joined 6 years ago
User Widgets
Contributions
demasiadas medidas
Hola a todos, Quiero visualizar todo mi ticker en un solo gráfico Mi conjunto de datos como: Cada columna necesita una medida 5x para ser parte del gráfico Mis medidas son: 1o : RawMSFT á SUM('Table1'[Close_6]) 2o: MSFT á IF(CONTAINS('SlicerTable','SlicerTable'[slicernames],"MSFT"),[RawMSFT],BLANK()) 3o: FirstValueMSFT ? Calculate(Values(Table1[Close_6]), Sample(1,'Table1','Table1'[Date],ASC)) 4o: LastValueMSFT ? Calculate(Values(Table1[Close_6]), SAMPLE(1,'Table1',Table1[Date],DESC)) 5o: MSFTpct ? CALCULATE((Query1[LastValueMSFT]-Query1[FirstValueMSFT])/Query1[FirstValueMSFT]) A primera vista; parece estar bien para agregar todas esas medidas, pero tengo una columna de 400+ como para estar listo para usar en el gráfico. Significa 400 X 5 a 2000 medidas. ¿Hay alguna manera de lograr esto en Power BI? Ejemplo de archivo aquí: https://www.dropbox.com/s/0spx4mg9mugg1o8/ticker.pbix?dl=0326Views0likes1Commenttoo many measures
Hi Everyone, I want to visualize all my ticker on single chart My Dataset Like: Every each column needs a 5x measure to being part of chart My Measures are: 1st : RawMSFT = SUM('Table1'[Close_6]) 2nd: MSFT = IF(CONTAINS('SlicerTable','SlicerTable'[slicernames],"MSFT"),[RawMSFT],BLANK()) 3rd: FirstValueMSFT = Calculate(Values(Table1[Close_6]), Sample(1,'Table1','Table1'[Date],ASC)) 4th: LastValueMSFT = Calculate(Values(Table1[Close_6]), SAMPLE(1,'Table1',Table1[Date],DESC)) 5th: MSFTpct = CALCULATE((Query1[LastValueMSFT]-Query1[FirstValueMSFT])/Query1[FirstValueMSFT]) At the first sight; it seems ok to add all those measures but i have an 400+ column like to be ready to using in chart. It means 400 X 5 = 2000 measures. Is there any way to achieve this in Power BI? Example file here: https://www.dropbox.com/s/0spx4mg9mugg1o8/ticker.pbix?dl=01KViews0likes1CommentRe: clasificación del problema horizontal/vertical
Hola @V-pazhen-msft He comprobado los datos de ejemplo, pero lamentablemente no puedo averiguarlo. ¿Podría mostrar un ejemplo en mi conjunto de datos de ejemplo? https://www.dropbox.com/s/doebmou78x4k7it/getdata.pbix?dl=0 Mi conjunto de datos como: En ese conjunto de datos AAPL, DENT, ZMT, EFES, PART son todos ellos es ticker con limitado a la columna Fecha. No puedo usar en la cortadora como tabla única. Cuando intento añadir ticker en la segmentación de datos se ve como: Pero debe ser como: Por favor, ayúdame a sugerir cualquier resolución. Gracias.591Views0likes0Commentsclasificación del problema horizontal/vertical
Hola fuente es dinámica, agregando fila diariamente. Tengo un conjunto de datos como este: Quiero convertirlo como en el gráfico: (añadir ticker para elegir) ¿es posible añadir ticker a Table2? zip aquí: https://drive.google.com/file/d/1mlazs4mymwQSzeRLeXXqeYr3_UF-qhP0/view?usp=sharing archivo descomprimido aquí: https://www.dropbox.com/s/u2chyjv5qgtmim6/dataset.pbix?dl=0620Views0likes5Commentssorting horizontal/vertical problem
Hello, source is dynamic, adding row daily. i have dataset like this: i want to convert it like in the graph: (add ticker for choosing) is it possible to add ticker to Table2? zip file here: https://drive.google.com/file/d/1mlazs4mymwQSzeRLeXXqeYr3_UF-qhP0/view?usp=sharing unzipped file here: https://www.dropbox.com/s/u2chyjv5qgtmim6/dataset.pbix?dl=0Solved1.5KViews0likes4Comments
Data Privacy
Microsoft Fabric Community and Privacy
To learn more about how we manage your data, please review the Microsoft Fabric Community Data Privacy guide.