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 an issue my dax using the startofmonth function and in total it gives me the value of Jan
where i can´t make a relation between date table and the 'Corporate Forecast' table.
Solved! Go to Solution.
Hi @akramayman
Try to add allselected() .
e.g
CALCULATE(
sum('Corporate Forecast'[Month Value]),
FILTER(
ALLSELECTED('Corporate Forecast'),
STARTOFMONTH('Table'[Date])
= 'Corporate Forecast'[Start Date (help)]
&& 'Corporate Forecast'[Report] = "CLOSED"
)
)
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @akramayman
Try to add allselected() .
e.g
CALCULATE(
sum('Corporate Forecast'[Month Value]),
FILTER(
ALLSELECTED('Corporate Forecast'),
STARTOFMONTH('Table'[Date])
= 'Corporate Forecast'[Start Date (help)]
&& 'Corporate Forecast'[Report] = "CLOSED"
)
)
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
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 |
---|---|
126 | |
113 | |
69 | |
59 | |
46 |