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,
Need a assistance i have attached sheet from which i need the number of 1080 with DAX. sample is attached in below link
Can you be more specific on what you want? I see from your excel file that you have a "Grand Total" row that is summing the values in the "Target Mandays" column.
Is this the value you are looking for? Are you saying you need help with a DAX formula to recreate this value in a Power BI file?
It looks like you have all of the measures completed already. I just created a pivot table and added the columns you have selected for each region by brand. Is this what you are looking for? See sheet 2 with pivot table.
what it is showing is the number of 2160 which is incorrect, it is showing other regions as well due to which it is calculating 2160
1080 number is correct which i have calculated manually in sheet 6.
So what i am looking that it should skip those regions who doesnt have the data in the sales sheet or show Zero working days if there is no working done.
@Anonymous
You may add the measure below.
Measure =
SUMX (
SUMMARIZE ( Sheet1, Sheet1[Region Name], Sheet1[Brand] ),
CALCULATE (
DISTINCTCOUNT ( Sheet1[Interaction Date] )
* LOOKUPVALUE (
Sheet2[Head Count],
Sheet2[Region Name], SELECTEDVALUE ( Sheet1[Region Name] ),
Sheet2[Brand], SELECTEDVALUE ( Sheet1[Brand] )
)
)
)
Nope, even after adding this measure it doesnt calculate correctly. 834 it is showing in total :
the correct values are highlighted with green and the total of the measure is also different
can anyone help me with this???
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 |
---|---|
124 | |
79 | |
50 | |
38 | |
38 |
User | Count |
---|---|
196 | |
80 | |
70 | |
51 | |
42 |