Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
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!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 13 | |
| 9 | |
| 8 | |
| 8 | |
| 7 |