Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
As mentioned I've been tasked make a Column chart while using only measures(been asked to avoid using Custom/ Cal Columns).
The chart includes-
X axis: ABC (date column) this needs to be measure.
Y axis: Count of SALES ID.
The logic for the calculation for ABC is- if A<> null then A elseif B<>null then B elseif C<> null then C else NULL.
There are 3 coloumns( A,B,C all date columns).
The X axis To include a month-to-day drill-down capability.
I'm familiar with how to do this using calculated columns but having great difficulty navagating measures.
Would greatly appreciate some help.And Dax codes would be greatly appreciated.
Solved! Go to Solution.
Measures cannot be grouped in X axis.
In X axis (or in rows / columns of a matrix) you can only group columns.
If this helped, please consider giving kudos and mark as a solution
@me in replies or I'll lose your thread
Want to check your DAX skills? Answer my biweekly DAX challenges on the kubisco Linkedin page
Consider voting this Power BI idea
Francesco Bergamaschi
MBA, M.Eng, M.Econ, Professor of BI
No, @FBergamaschi's answer covers it.
Measures can't be used in that way. A calculated column (as far upstream as possible) is the correct way.
| Have I solved your problem? Please click Accept as Solution so I don't keep coming back to this post, oh yeah, others may find it useful also ;). |
Measures cannot be grouped in X axis.
In X axis (or in rows / columns of a matrix) you can only group columns.
If this helped, please consider giving kudos and mark as a solution
@me in replies or I'll lose your thread
Want to check your DAX skills? Answer my biweekly DAX challenges on the kubisco Linkedin page
Consider voting this Power BI idea
Francesco Bergamaschi
MBA, M.Eng, M.Econ, Professor of BI
Is there anything else how possible to approach such a problem ? or it's a deadend
No, @FBergamaschi's answer covers it.
Measures can't be used in that way. A calculated column (as far upstream as possible) is the correct way.
| Have I solved your problem? Please click Accept as Solution so I don't keep coming back to this post, oh yeah, others may find it useful also ;). |
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.