Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi,
I am trying to create a calculated column using DAX Calculate function.
I want all my rows to have the same value that was calculated using CALCULATE function.
I want all rows of thisFiscalWeek column to be populated with the outcome of CALCULATE function.
When I use this code it is only populating one row. I want that value to be in every row.
Thank you for you help in advance
Solved! Go to Solution.
Hi @Anonymous
picture is not visible- too small. Still, try v2 below
thisFiscalWeek v2 =
CALCULATE(MAX('Date Hierarchy'[fiscalWeek]), 'Date Hierarchy'[rDate] = 0, ALL())
Proud to be a Super User!
Hi @Anonymous
picture is not visible- too small. Still, try v2 below
thisFiscalWeek v2 =
CALCULATE(MAX('Date Hierarchy'[fiscalWeek]), 'Date Hierarchy'[rDate] = 0, ALL())
Proud to be a Super User!
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.