Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateJoin 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.
Hi All
I have this % distribution I want to calculate.
The purple color is the raw quantity numbers,
the black bars are the market share.
The Red quanities is using this formula
Sorry that I ask again.
I am really just trying to include figures from a specific fact table based on if there are values in another fact tables, they are related by the date dimension.
Unsure if there are any tips
Hi @Anonymous ,
Be aware that DAX measure are based on row context.
It is very difficult to analyze without looking at the data and just by imagining. See if you can share the sample pbix with dummy data.
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous , Not very clear, making blank can remove it from visual
Quantity measure = IF(MIN('External Market Share'[Units]) = 0, blank(),SUM('Combined Cube'[Quantity Actual]))
Sorry I am unclear.
I know how to remove it from the visual on the right side.
But in the table, there is no min =0
How do I ensure that the last month, where there is no marketshare data yet (blank) is excluded from the table calculation
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
63 | |
59 | |
56 | |
38 | |
29 |
User | Count |
---|---|
82 | |
62 | |
45 | |
41 | |
40 |