The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi,
I need HELP to CALCULATE the same value but from PREVIOUS Fiscal year period for each category (Entity, SG, HEADS) that I have in the following columns:
I need this to compare in a visualization thru a clustered column chart and Matrix table.
Note: The FY starts in September but I think this is irrelevant and it can be performed using only the Period colum.
How can I do this ?
Any idea or trick for this ?
Thanks !
Solved! Go to Solution.
Generally speaking, the SAMEPERIODLASTYEAR function can solve the problem. Please try.
Measure = CALCULATE(SUM('Table (2)'[Value]),SAMEPERIODLASTYEAR('Table (2)'[Period]))
Generally speaking, the SAMEPERIODLASTYEAR function can solve the problem. Please try.
Measure = CALCULATE(SUM('Table (2)'[Value]),SAMEPERIODLASTYEAR('Table (2)'[Period]))
Hi,
You are writing a calculated column formula in your Table. Please write a measure in your visual.
I do not know what measure you are trying to write but you have to write a measure by clicking on Modelling > New measure.
User | Count |
---|---|
68 | |
63 | |
59 | |
54 | |
28 |
User | Count |
---|---|
183 | |
80 | |
62 | |
46 | |
38 |