Forum Discussion
Anonymous
1 year agoNot applicable
Multi X Axis with different Columns/Measures.
I am looking for a Power BI visual just like the below snapshot. The data looks like the below table Date Country Supplier Part Sub Part Total Qty Total Sales 02-06-2025...
- 1 year ago
Hi Anonymous
You should be able to do that with a dedicated dates table and by using a calculation group. Create calculation groups
Ensure that the table has been marked as such. Set and use date tables in Power BI DesktopSample calclation item formula
QTD = CALCULATE ( SELECTEDMEASURE (), DATESQTD ( Dates[Date] ) )
Please see the attached pbix.
Anonymous
1 year agoNot applicable
Hi Anonymous ,
May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.
Thank you.