March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch 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!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
133 | |
91 | |
88 | |
64 | |
58 |
User | Count |
---|---|
201 | |
137 | |
107 | |
73 | |
68 |