Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
I am new to DAX and Power BI and I having some problems with the bellow formula.
INF - IF ([DateTime ]«DATE (YEAR (TODAY ()), MONTH (TODAY ()), 1), 1, 0)
DAX comparison operations do not support comparing values of type Text with
values of type Date. Consider using the VALUE or FORMAT function to convert one
of the values.
How can I fix this formula? Any help will be very appreciated.
Thank you!
Solved! Go to Solution.
Hi,
Yes, you are correct. The text data type was DateTime. I figured it out by adding Value(DateTime).
INF = IF (Value([DateTime ])«DATE (YEAR (TODAY ()), MONTH (TODAY ()), 1), 1, 0).
Thank you for replying to my message.
Hi @Anonymous
Which one is the text data taype column?
Hi,
Month is the text data type
@Anonymous
MONTH here is a function not a column and this function returns integer value from 1-12 that is the month number.
Hi,
Yes, you are correct. The text data type was DateTime. I figured it out by adding Value(DateTime).
INF = IF (Value([DateTime ])«DATE (YEAR (TODAY ()), MONTH (TODAY ()), 1), 1, 0).
Thank you for replying to my message.
User | Count |
---|---|
25 | |
12 | |
8 | |
8 | |
7 |
User | Count |
---|---|
27 | |
13 | |
13 | |
11 | |
6 |