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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

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
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.