The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I am not sure how to fix this error. Please Help.
All I am trying to do is to convert the following case when query to a DAX calculated column. Please let me know if there is an alternative way to achieve it with DAX. Following is the case when query:
Thanks!
Solved! Go to Solution.
@Anonymous , Date add only work for continuous date
You can simply add days like
today() +2
or use date as dateadd https://community.powerbi.com/t5/Community-Blog/Date-as-Dateadd-Decoding-Date-and-Calendar-5-5-Power-BI-Turning/ba-p/1187827
@Anonymous , Date add only work for continuous date
You can simply add days like
today() +2
or use date as dateadd https://community.powerbi.com/t5/Community-Blog/Date-as-Dateadd-Decoding-Date-and-Calendar-5-5-Power-BI-Turning/ba-p/1187827
User | Count |
---|---|
24 | |
10 | |
8 | |
7 | |
6 |
User | Count |
---|---|
32 | |
12 | |
10 | |
10 | |
9 |