Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
jhauff77060
Advocate II
Advocate II

Create a chart showing a mark for each day

Is it possible to create a chart showing a mark for each day, similar to that shown below (created in Tableau)?

FlowChart.gif

8 REPLIES 8
parry2k
Super User
Super User

what is the value for mark? What define the color?



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

The formula below was used to create the "Flow Status" field (dimension) in Tableau.

 

IF [Flow Hours] = 24 THEN "Full Flow" ELSEIF [Flow Hours] > 0 THEN "Transition" ELSEIF [Flow Hours] = 0 THEN "Shut-in" ELSE "No Report" END

 

The Flow Status field was then placed on the marks card and colored red/yellow/green based on the result (Full Flow/Transition/Shut-in).

@jhauff77060,

 

You may take a look at Rule-based conditional formatting for table and matrix.

Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

seems like you can month on x axis, what is on y axis



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

In Tableau:

The Prod Date is on the X axis (exact date, continuous).

The Well Name is on the Y Axis.

The Flow Status (Full Flow/Transition/Shut-in) is on the color mark.

 

Does Power BI support anything like this?

FlowHours.gif

You might need a custom visual - scanning the options something like Heat Streams could work for you perhaps. Not sure whether this can be done out of the box

not sure, but if you share sample data in excel thru google drive or so, will try it



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

Parr2k - Thanks for offering to help. An Excel spreadsheet with sample data can be found here.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.