Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
I have created the measure to calculate MTD sales.
Sales MTD = TOTALMTD([Total Sales],DimDate[Date])
With above measure I am getting the following value.
To check the accuracy I manually filtered the Total Sales value with FactSales Table's date column as follows and I am getting a different value.
Again I filtered manually with Date table's date column and I am getting the measure value.
Please find the attached file herewith.
Solved! Go to Solution.
@Anonymous , Date has a time stamp. I created a new date column. Joined Date of date with it. It is working fine now.
Date1 = date(year([Date]),month([Date]),day([Date]))
Please find the link https://www.dropbox.com/s/2k8fbgz0v9ecv3z/sample%289%29.pbix?dl=0
@Anonymous , Date has a time stamp. I created a new date column. Joined Date of date with it. It is working fine now.
Date1 = date(year([Date]),month([Date]),day([Date]))
Please find the link https://www.dropbox.com/s/2k8fbgz0v9ecv3z/sample%289%29.pbix?dl=0
Try to filter total sales in visual manually with FactSales[Date] instead of DimDate[Date]
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
89 | |
86 | |
68 | |
51 | |
32 |
User | Count |
---|---|
126 | |
112 | |
72 | |
64 | |
46 |