Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

HOLA A TODOS TENGO ESTE PROBLEMA QUIERO VISUALIZAR BIEN DE MANERA DINAMICA POR FECHAS

El calendario de dimensiones se basa en un campo Date_ID en la factable.
La dimensión no tiene consulta. Esas son todas las columnas calculadas que forman el D_Calendar.

D_Calendar = CALENDAR(Date(2019, 1, 1), MAX(Facttable[_DateID]))

Probé la fórmula tanto en la dimensión Date_ID como en el hecho.
SalesWeightedDealClosedAt = calcular([TotalSalesWeighted v2],USERRELATIONSHIP(Facttable[DealEntrydate], D_Calendar[_DateID]))

TotalSalesWeighted v2 = CALCULATE(SUM(Facttable[#DealEstimatedValueWeightedCustom]), FILTER(DimDeal,DimDeal[DealEstimatedProbability] <> 0 & NOT(ESBLANK(DimDeal[DealEstimatedProbability]))), USERRELATIONSHIP(Facttable[DealEntrydate], D_Calendar[_DateID]) )


SERIA DE GRAN AYUDA SI ME AYUDARAN CON UNA MEDIDA QUE FUNCIONE DE LA MEJOR MANERA O QUE MAS DEBO HACER MUCHAS GRACIAS A TODOS 

0 REPLIES 0

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.