Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi,
I need to calculate the total number of jobs from last year against this year, but only up to today. This runs from a Financial year Nov - Oct, so i need to display the figures for FY 2019 Nov - (TODAY) instead of the full year.
I have managed the follwing - however, whilst it shows the correct values (highlighted), it shows other values too which arent needed. As I won't actually be using this in a table i need to make sure it only shows the values for the same period. Any ideas what i cam doing wrong?
Hi, you can try creating a condition that set as BLANK() the result if the date is after today. Like this:
Medida =
IF (
MAX(Table[DateColumn]) < NOW(),
CALCULATE (
DISTINCTCOUNT(FactShipment[ShipmentID]),
SAMEPERIODLASTYEAR(DateDim[MasterDate])
),
Blank()
)
That will work for the table for sure. If the requirement is another visualization, let us know what you need to build.
Regards,
Happy to help!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
17 | |
10 | |
10 | |
8 | |
6 |
User | Count |
---|---|
20 | |
18 | |
16 | |
13 | |
10 |