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.
Hello,
today i got the following error:
Goal:
I want to create a visual to show the count of different rows in one table.
My solution:
Solved! Go to Solution.
Make sure that you replace every "" with BLANK()
That was it! Fairly simple. 😄
Thanks my friend.
BR
Jannis
@Anonymous
NoEmmPlayout = COUNTROWS(FILTER(STBs,STBs[SGIS pre migration status] = "ReadyForMigration" && STBs[Settings completion time (First contact to SGIS)] = "" && STBs[Nagra_EMM_Playout] = "" || STBs[Nagra_EMM_Playout_Status] = "" && STBs[SGIS pre migration time]>24 ))
Somewhere above, bold, you are trying to compare Date with Text which is not allowed
You need to make use of format as https://community.powerbi.com/t5/Desktop/Error-DAX-comparison-operations-do-not-support-comparing-values/m-p/559413
Regards,
Ritesh
My YT Channel Dancing With Data !! Connect on Linkedin !!Power BI for Tableau Users
Thanks.
The topic of that thread is "comparing values of type Text with values of type Int"
My topic is "comparing values of type text with values of type date".
How can i achieve that? Thanks.
Hi there!
Try replacing STBs[Settings completion time (First contact to SGIS)] = "" with STBs[Settings completion time (First contact to SGIS)] = BLANK()
Let me know if that helps!
Hey,
sadly that did not work. 😞
Make sure that you replace every "" with BLANK()
User | Count |
---|---|
27 | |
12 | |
8 | |
8 | |
5 |
User | Count |
---|---|
31 | |
15 | |
12 | |
7 | |
6 |