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
I have two tables one of valor and another one of the month
I want to select the month by a filter and show the value
total of the selected month I got
now that I want to show the total independent value of selecting the month
If I have column year and selected
select Oct /2017
Look This image
I have to a new box with valor all "Mes"
Unidade = Organization
Ano = Year
Mes = Month
Real Mes = Real Month
I have to = All Month
Ty
Solved! Go to Solution.
Hi @Anonymous,
Try creating a Calculated measure:
Total = calculate( sum( Sales ), filter( all( 'table name' ), 'table name' [year] = 2017))
This should give you your YTD Total, hope this helps.
Regards
Abduvali
Use following measure
Total = CALCULATE ( SUM ( yourtable[value] ), ALL( yourtable[month] ) )
Use following measure
Total = CALCULATE ( SUM ( yourtable[value] ), ALL( yourtable[month] ) )
Hi @Anonymous,
Try creating a Calculated measure:
Total = calculate( sum( Sales ), filter( all( 'table name' ), 'table name' [year] = 2017))
This should give you your YTD Total, hope this helps.
Regards
Abduvali
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.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
114 | |
79 | |
78 | |
44 | |
39 |
User | Count |
---|---|
150 | |
116 | |
68 | |
64 | |
58 |