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 August 31st. Request your voucher.
Hi,
I have problem with Bar Chart showing value for end date of year (as it should be) but I want it to show specific date value.
Years prior show value for last day of the year but current value does not exist for now. I mean I excluded it with my DAX:
Final =
IF (
MAX ( 'Calendar'[Date] ) <= EDATE ( EOMONTH ( TODAY (); 0 ); -1 );
[Measure];
BLANK()
)
This is suppose to insert blank if we are not greater or the last day of current month.
!In this picture there is 0 not blank, so the December row is visible!
So I have two options and I think one is not possible:
1) Make bar chart show November value for only 2019 (I think this is not possible)
2) Repeat November value in December without any influence of values already existing in December.
My measure Final is quite complicated and I cannot change it much.
Is this somehow possible?
Thanks.
K.
User | Count |
---|---|
25 | |
12 | |
8 | |
8 | |
7 |
User | Count |
---|---|
27 | |
12 | |
12 | |
12 | |
6 |