The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi, I would like to display the values as SUM of TOTAL PER YEAR as listed on the EXPECTED column below..
How do I do this correctly because on my graph that I have been developing it is displaying as the Total Allotted instead of the EXPECTED..
I have been experimenting with formulas but no luck 😞
Solved! Go to Solution.
@GA1993 try this
Measure:= calculate(sum(tbl[TotalAllotted]),allexcept(tbl,tbl[year]))
@GA1993 try this
Measure:= calculate(sum(tbl[TotalAllotted]),allexcept(tbl,tbl[year]))
Hi,
It doesnt seem to accept the suggested solution. I think the FACT DAX doesnt work 😞
@GA1993 Fact is the name of the table. Edited, try again.
Is there a reason why the Year is not acccepted? I have made the relationship between the MP Engine and Date so Im not sure where the issue is 😕
@GA1993 what does the error say?
It says it cannot find the name Year
But this is my Date table
try:
'Date'[Date].[Year]
@GA1993 use a Date table, and not date hierarchy. You can find plenty of examples in this forum & / web about DAX Date table.
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
21 | |
19 | |
19 | |
18 | |
14 |
User | Count |
---|---|
42 | |
35 | |
23 | |
20 | |
19 |