The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi and thanks for reading this.
I have a problem that i have problem solving myself.
I have a month and i measure that sums the value for that month.
I would like to be able to add day(nr) to this table and have the "measure" value as it is (179744) for all day(nr) , also i would like the measure to be able to react if slicer is added that would change the totel sum. see below:
If i add days now it looks like this:
/Thanks
Solved! Go to Solution.
@Wresen I assume your first measure is smoething like this
CALCULATE(SUM('Table'[Value]),ALL('Table'[Month]))
Change it to
CALCULATE(SUM('Table'[Value]),ALL('Table'[Month],'Table'[Day]))
Hi, @Wresen,
Here is a sample I made:
url:
You can take a try of measure like Measure8
Measure8 = CALCULATE(SUM('Table'[Value] ),ALLEXCEPT('Table','Table'[Month]))
If I misunderstood your question, please let me know.
Best Regards,
Eason
Community Support Team _ Eason Fang
Hi, @Wresen,
Here is a sample I made:
url:
You can take a try of measure like Measure8
Measure8 = CALCULATE(SUM('Table'[Value] ),ALLEXCEPT('Table','Table'[Month]))
If I misunderstood your question, please let me know.
Best Regards,
Eason
Community Support Team _ Eason Fang
Thanks so much for that code , acctully measure 6 and 7 was the one i was looking for .
Really appriciate it.
@Wresen I assume your first measure is smoething like this
CALCULATE(SUM('Table'[Value]),ALL('Table'[Month]))
Change it to
CALCULATE(SUM('Table'[Value]),ALL('Table'[Month],'Table'[Day]))
Hi vimal_parmar
Thanks so much for your help.
I just needed to do:
CALCULATE(SUM('Table'[Value]),ALL(Table'[Day]))
to get it as i wanted , and i would not have solved it without your help.
/Thanks
User | Count |
---|---|
81 | |
81 | |
37 | |
34 | |
31 |
User | Count |
---|---|
94 | |
80 | |
60 | |
50 | |
49 |