User Profile
duiduie
Regular Visitor
Joined 1 year ago
User Widgets
Contributions
Re: Agrupacion de datos power query
Hi fav_ccc2021 , You can try the following operations: Create a calculated column: total no null = var _a=IF([A]=BLANK(),1,0) var _b=IF([B]=BLANK(),1,0) var _c=IF([C]=BLANK(),1,0) var _d=IF([D]=BLANK(),1,0) RETURN _a + _b + _c + _d Result: Best regards,474Views0likes0Comments
Data Privacy
Microsoft Fabric Community and Privacy
To learn more about how we manage your data, please review the Microsoft Fabric Community Data Privacy guide.