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
Hi All,
Client requirement is to create a Bar Chart with a comparison between the forecast totals for the Project Identifier with an Approval Status as Development and Deliver as below. He is able to achieve this in Excel as per the 1st screenshot.End Result
If 'Ready for Tender Date' is BEFORE 01st of Current Month, then the Approval Status is classified as 'Development' and if it is either 01st or AFTER 01st of Current Month, then the Approval Status is classified as 'Deliver'. Screenshot below for your reference.
Data is being sourced from a Certified Power BI Dataset, therefore, I don't have much options except to create DAX Measures and Data Modeling is of no use anyways!
I created a Measure as below to get a column into a table visual.
MPD Project Stage =
IF (
NOW () < MAX ( Project[Ready for Tender Date] ),
"Development",
"Delivery"
)
Client is able to achieve
Even tried and successfully split this column by using 2 Measures to get only Development and Delivery into 2 separate columns but couldn't use any of these in Columns Charts.
I've tried to use Q@A Visual just in case it picks up something but no use.
Someone mentioned SWITCH and SELECTEDVALUE will do the magic but not quite sure how to go about with it!
Has anyone come across this scenario and how did you get to a solution?
Any help in this regards is greatly appreciated.
Thanks, B
Data from PBI Dataset and Excel
Power BI Report
Solved! Go to Solution.
Hi, @Bhoga
It is unsupported to create calculated column for a Power BI dataset live connection data source. And you need to put a column instead of a measure in the 'Axis' of the bar chart. I'd like to suggest you create a calculated column in the Power BI dataset and then connect to it.
Best Regards
Allan
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @Bhoga
It is unsupported to create calculated column for a Power BI dataset live connection data source. And you need to put a column instead of a measure in the 'Axis' of the bar chart. I'd like to suggest you create a calculated column in the Power BI dataset and then connect to it.
Best Regards
Allan
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
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 |
|---|---|
| 35 | |
| 32 | |
| 26 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 68 | |
| 37 | |
| 32 | |
| 25 | |
| 23 |