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.
Hii PBI Maestro
I have calculation in matrix but the total to be zero when I exclude 1 attribute (PUSAT).
my goal I wanna exclude 1 attribute (PUSAT) without missed the running total.
BO1 =
var y = COUNTROWS(FILTER(SUMMARIZE(SALES, master_BP[BP]),master_BP[BP] <> BLANK()))
var x = IF(HASONEVALUE(master_SC[Reg Short]),MAX(master_SC[Reg Short])<>"PUSAT",BLANK())
var z = CALCULATE(IF(x=False,0,y),ALL(Sales))
RETURN
IF(x=False,0,y)
Solved! Go to Solution.
Hi @Anonymous you can use formula like mine (just modify with your parameters) :
pbix is attached
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Hi @Anonymous you can use formula like mine (just modify with your parameters) :
pbix is attached
If this post helps, then please consider Accepting 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! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
145 | |
85 | |
66 | |
52 | |
48 |
User | Count |
---|---|
215 | |
90 | |
83 | |
67 | |
59 |