The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
User | Count |
---|---|
27 | |
12 | |
8 | |
7 | |
5 |
User | Count |
---|---|
31 | |
15 | |
12 | |
7 | |
6 |