This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hy all I want to write a formula that if this thing is in between 1 & 2 then show the output ,Please tell me how to write this in power bi it will be helpful please reply as fast as you can. , it would be aprreciated.
Solved! Go to Solution.
@Anonymous a new column, assuming column are from same table
if([DeviationEscalationDate] >= [mfg_ww_begin_datetime] && [DeviationEscalationDate] < = [mfg_ww_end_datetime] , [MFG_YEAR] & "-" & [mfgworkweek] , blank())
Hi, @Anonymous
Can you provide a simple PBIX file for testing? Sensitive information can be removed in advance. What kind of expected results do you expect? You can also show it with pictures.
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks It has been done.
@amitchandak can you please tell I am not getting all the values I want al the values so I want that if its in between those values so it should show me values Please tell what should I use si that it should work like in between in tableau.
if DeviationEscalationDate is between ww.[mfg_ww_begin_datetime] and ww.[mfg_ww_end_datetime] then show MFG_YEAR+mfgworkweek
Please write this in formula and let me know if it can be done or not.
@Anonymous a new column, assuming column are from same table
if([DeviationEscalationDate] >= [mfg_ww_begin_datetime] && [DeviationEscalationDate] < = [mfg_ww_end_datetime] , [MFG_YEAR] & "-" & [mfgworkweek] , blank())
@amitchandak this willl include all the values that will be in between these two as I am getting only 1 or 2 values.
@amitchandak I also have two tables from different servers so how to take value from specific table.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 30 | |
| 24 | |
| 23 | |
| 17 | |
| 16 |
| User | Count |
|---|---|
| 61 | |
| 35 | |
| 30 | |
| 23 | |
| 22 |