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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
RichterSeb
New Member

Translate DAX formular into PQ M

Hello,

I need your help with tranlsating DAX into M.

I have the Dax code already but would like to have it in PowerQuery for other calculations.

 

DimDateTable -> already got it in PQ

 
CountOfInstalledBase = var _filter=COUNTROWS(FILTER('EquipmentsSO',[DimDate]>=[Warranty period (start)].[Date]))
return IF(_filter=BLANK(),1,_filter)
 
CountOfToolsInWarranty = var _filter=COUNTROWS(FILTER('EquipmentsSO',[DimDate]>=[Warranty period (start)]&&[DimDate]<=[Warranty period (end)].[Date]))
return IF(_filter=BLANK(),0,_filter)

 

This is the table I got in DAX.

RichterSeb_0-1675774855571.png

 

I would appreciate any help. Thanks in advance.

 

Regards

Sebastian

0 REPLIES 0

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors