Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi,
I am using DAX in excel report and I am unable to get subtotals in the yellow highlights cells in the screenshot below. The report shows no values for the subtotals.
I tried using summarize and sumx but they didnt work either.
Since I cannot attach excel file here, I ll explain the dataset.
I have datatable for forecast and for stock on hand and a separate date table. These are being used to calculate the stock coverage in weeks.
This cover is being weighted for each week and category for Route A & Route B, by multiplying the weekly forecast weighted for the full month.
I also must add that the weeks of cover dax doesnt include the date from the date table. Could that be the reason its not summing up the weeks cover at month level?
Try something like SUMX(VALUES([Year-Month]), [Stock cover in wks])
Hi, Tried this, didnt work. Still see blanks
Also tried this, didnt work:
f( HASONEVALUE(tblDate[Year-Month]), [Wtd Stock Cover in wks],
SUMX(SUMMARIZE(Main_table, tblDate[Year-Month],Product[Route], Product[Mkt], Product[Category], "cover",[Wtd Stock Cover in wks]), [Wtd Stock Cover in wks) )
Hi @FAA9 ,
I think that you have to use the Matrix visual, instead of the Table visual.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
96 | |
69 | |
45 | |
40 | |
30 |
User | Count |
---|---|
154 | |
93 | |
63 | |
42 | |
41 |