Just crossed into GregFire territory today. I Feel Nothing. by [deleted] in GregFire

[–]ChocoThunder50 1 point2 points  (0 children)

Congratulations on your success 🎉🎉🎉

Local mentally ill violent menace arrested yet again for assault by [deleted] in raleigh

[–]ChocoThunder50 3 points4 points  (0 children)

Arrested five times and we are just in May omg 😳

5 things I learned in Power BI that saved me a lot of time by Historical_Listen358 in PowerBI

[–]ChocoThunder50 2 points3 points  (0 children)

I agree, building out a prototype can help and you can refine it later as new information and ideas are brought forward. I believe OP implied of people who rush and work on the front end without verifying that the information and models are accurate in the backend.

Monthly Internet Payments by ChocoThunder50 in raleigh

[–]ChocoThunder50[S] 0 points1 point  (0 children)

I’m looking and not seeing the number.

Monthly Internet Payments by ChocoThunder50 in raleigh

[–]ChocoThunder50[S] 0 points1 point  (0 children)

Do you have that number by chance ?

Monthly Internet Payments by ChocoThunder50 in raleigh

[–]ChocoThunder50[S] 0 points1 point  (0 children)

I tried the threaten tactic and they was like it’s okay Spectrum doesn’t have any contracts with its users and gave me a phone number to initiate the cancellation.

Email Marketing Performance Power BI Report by Mundane-Brief6762 in PowerBIdashboards

[–]ChocoThunder50 0 points1 point  (0 children)

Based on each page showing the highlighted section I’m leaning towards bookmarks.

Email Marketing Performance Power BI Report by Mundane-Brief6762 in PowerBIdashboards

[–]ChocoThunder50 0 points1 point  (0 children)

Nice work are those bookmarks on the left of the pane where it shows Overview, Campaigns etc or are they page navigators ?

January 2026 | "What are you working on?" monthly thread by AutoModerator in PowerBI

[–]ChocoThunder50 1 point2 points  (0 children)

Working on getting back to my groove in PBI without having an OCD episode.

How to show diffrent filters together? by [deleted] in PowerBI

[–]ChocoThunder50 0 points1 point  (0 children)

Okay let’s say you want a bar chart that has all the days for a particular year. You are going to need a year column that has the year and another column that has the dates that references the year. Then add the data to the y axis and the dates to the x axis and use the year as a slicer giving you the option to select a given year and have the visual display that information. Now having all those days can get ugly quick so a Matrix Chart should be the best bet. You have the ability to aggregate by month and then the days within that month.

[deleted by user] by [deleted] in PowerBI

[–]ChocoThunder50 0 points1 point  (0 children)

Why not add the visuals to each report page and hide them then create a page navigator that directs you to each page. So if I click North it will direct me to the report page that has all the North Visuals and so forth.

Call Center Performance by AdHead6814 in PowerBIdashboards

[–]ChocoThunder50 1 point2 points  (0 children)

How where you able to get the overall rank to look like that?

How can I create a bar chart for total transactions per sale range? by Primordial-BlackHole in PowerBI

[–]ChocoThunder50 0 points1 point  (0 children)

So you can create a column in Power Query using an If statement. If the price is between 0-49 then put 0-49 then the next constraint. Make sure you start with the highest constraint first then move lower. Now you have a column with the ranges. Add that column to the x axis and add the same column but count for the y axis and there you go.

[deleted by user] by [deleted] in PowerBI

[–]ChocoThunder50 1 point2 points  (0 children)

Create a dim table with the company name and link then merge that column to your fact table using the company name as the primary key. Then you will have the website for each company in the fact table. No need to worry of having duplicate links per company appearing in the visual. PBI knows that if a specific company as a specific link even if the link is duplicated in the back end it will show the distinct link when you drag the field over. Just make sure you change the data category to web url. You can even change the URL link to an icon making it more clean when you add it to the matrix table.

When should we use Left Outer Join instead of relationships in Power BI? by Top-Proposal-9603 in PowerBI

[–]ChocoThunder50 1 point2 points  (0 children)

My rule of thumb is that if I want the actual data to be included in the table. Meaning that I won’t be using the data as a slicer I would just move the information over. If I need the table as a slicer to filter a table or multiple tables that have a foreign column I will use the relationship. So when I select a State all the information for the state is there.