Reverse evenue and Keep the Correct NET Value
Hello, Has anyone reversed revenue in Power BI? I am migrating all SSRS Great Plains Financial reports over to Power BI. Already, Power BI has proved to be faster, and allow the organization to look...
View ArticleRanking giving bad results
I'm sure I'm missing something simple, but the Rank function is giving me a tie when the data clearly shows that there isn't a tie. Any help is greatly appreciated!! Below is the formula and a...
View ArticleCondition filter based on values in current month and previous months
Thank you for your time to read the post. I have some difficulties creating this condition column. This report sample should list all customerIDs and weights shipped by Year/Month. A condition column...
View ArticleDonut - using "percentage of grand total" - display WHOLE NUMBES
Is it possible to control the formatting of the PERCENTAGES labels on a Donut chart to be WHOLE NUMBERS? When using the QUICK CALC - percentage of grand total, it displays 2 cdecimal points. Example:...
View ArticlePie Chart - How to summarize names of values / categories not in the Top N
I'm looking for a way of showing a % of total sales for each customer. However, I would like to have names for all the customers in the top 10 and then I would like for the remaining customer names to...
View Articleenabling forecasting
Hello, I have enabled the Forecasting Function and have restarted Power BI. I even re-installed Power BI. I look at the options and Forecasting is enable but when I go to my line chart and go to the...
View ArticleDate Dimension Table using M or DAX - Performance?
I want to dynamically create a date dimensions table based on my sales table. I know how to do this both in M and in DAX, and was wondering if anyone would shed light on which method is preferable...
View ArticleFilter that shows all possible values
Is there a way to get your filter to list all potential options (even if no one falls into a certain category)? ie. If we are tracking the length of a workshop in days, the filter is showing0-12-715-21...
View ArticleHow to show/set slicer to current month
OK. I have two options, but I am looking for Curtain # 3. 1) If I publish in July, my month slicer will only show Jan through July at the time of the publish. I choose July in my slicer, publish,...
View ArticleDynamic Title Based on Slicer Options
I have a 100% stacked column chart and a slicer with the names of countys in New York. I would like to create a title that changes according to what options within the slicer is chosen. It should...
View ArticleCannot Collapse the Ribbon
My desktop application does not display the "Collapse" button for the ribbon in the upper right-hand corner. Apparantly everyone else has this?? Screen capture attached. What could cause this? I...
View ArticleCalculate based on previous rows - Language M
Hello, I need your help to make a calculation based on previous rows and specific filters . carsSA0SA1SA0SA2SA1SA2SB0SB0SB1ZC0ZC2 How many cars for A/B/C ? i need formulas using language M in...
View ArticleIs blank giving wrong total
Hi guys, I've got a table and I only want to show the sum of one measure if another measure is not equal to zero. I've created a calculation... if( ISBLANK([COLUMN A]), BLANK(), sum(COLUMN B)) Now...
View Articlepie-chart: how to display number and percentage at same time
Hi, I have below table (use directquery): Total-bing Total-cache10,000 15,000 I want to display number & percentage of above data in pie-chart. How can i do that?
View ArticleAverage users per group
Good morning! I am just starting to use PowerBI and DAX, and have been frustrated by what seems like it should be an easy thing. Given a table like this: Group_NameGroup_IDUser_IDGroup 11100Group...
View ArticleConditional Formatting with Blank Values
Hello All, Does anyone have and tips/tricks for dealing with blank values and conditional formatting? It appears to be treating the entry as "0" and I would like it to be ignored. Thanks, Brett
View ArticlePrevent publishing pbix file from power bi desktop
My organization is looking for the way to prevent users to publish pbix files from power bi desktop to powerbi.comContext:1. The organization is already working on o365, Azure AAD already setup, PBI...
View ArticleCalculate with multiple tables
I have set up a report that required that i link 5 tables. Each table is responsible for an inventory count.Main table is item, that all tables are related totable 1 is "inventroy_Qty displays current...
View ArticleSending Email Notifications after publishing report to PowerBI servers
Hello We use PowerBI to generate & refersh reports periodicly. Once refereshed, we publish these reports to PowerBI servers.These reports are shared with many users inside our institution.Is there...
View ArticleCalculated Measure for Yearly Cumulative % Across Months in a visual
Hey, I have data from January to September of this year. I have a bar chart and would like a static line for the margin % for the whole year. I know how to do it for the entire company by creating a...
View Article