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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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