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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
CMOLINA
Frequent Visitor

Calculate Value with filter and use i tinto the same field

Hello community

 

I need your help with this case:

I need to calculate the Index value using a value base ("Presentacion=1") into the same field with the rest of differents values (Presentacion = 2, 3, 4.. etc) but the problem is tha value doesn't appear in the calculate

 

I don't undestand why my var: _Single show that values

I need to divide (_rest, _single) but the value _single doesn't works correctly

see attach_Single doesn't work_Single doesn't work

 

Thanks for your support

1 ACCEPTED SOLUTION

pls try this

Index Single Price Consumo = 
VAR _Single =  CALCULATE( [Price Unit Consumo],'CATALOG'[Presentacion]=1,ALLEXCEPT('CATALOG','CATALOG'[Marca],'CATALOG'[SubCategoria], 'CATALOG'[Subfuncionalidad], 'CATALOG'[Segmento],'CATALOG'[Fact_Conversion])
)
              
VAR _Rest = CALCULATE([Price Unit Consumo])
VAR _Index =
    DIVIDE ( _Rest, _Single, 0 )
RETURN

   _Index

View solution in original post

6 REPLIES 6
CMOLINA
Frequent Visitor

Hi @Ahmedx  this is an example file:
Excel File

[Price Unit Consumo]= divide (sum(POS SALES DOLAR), sum(UNIDAD CONSUMO))

I need  calculate de "Index Presentacion"
This an example:
CMOLINA_0-1711210631759.png

Thanks for your support

regards
CMolina

 

I need your pbix file to understand what's wrong

Hi @Ahmedx this is link for my file: 

PBI file

 

pls try this

Index Single Price Consumo = 
VAR _Single =  CALCULATE( [Price Unit Consumo],'CATALOG'[Presentacion]=1,ALLEXCEPT('CATALOG','CATALOG'[Marca],'CATALOG'[SubCategoria], 'CATALOG'[Subfuncionalidad], 'CATALOG'[Segmento],'CATALOG'[Fact_Conversion])
)
              
VAR _Rest = CALCULATE([Price Unit Consumo])
VAR _Index =
    DIVIDE ( _Rest, _Single, 0 )
RETURN

   _Index

THANKS A LOT

It's this work correctly 

Ahmedx
Super User
Super User

share your file to help you

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

April Fabric Community Update

Fabric Community Update - April 2024

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