Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hello,
I have a matrix thats meant to display percentages broken down by their code. On the matrix I am displaying 83% when it should be around 4% as the card shows. I have the same measure in the card as the matrix and they're displaying different values. Has anyone seen this before?
Hi,
@amitchandak , Thanks for your concern about the problem, and i want o offer some more infotmation for user to refer to.
hello @HDD328 , you can try to change your dayiff measure to the following.
DayDiff =
VAR _rangestart =
MINX ( ALLSELECTED ( BNS_DT_Data ), [PRODDATE] )
VAR _rangeend =
MAXX ( ALLSELECTED ( BNS_DT_Data ), [PRODDATE] )
RETURN
DATEDIFF ( _rangestar, _rangeend, DAY ) + 1
If the solution cannot help, can you provide some sample data and the output you want so that can provide more suggestion for you.
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
78 | |
76 | |
53 | |
37 | |
31 |
User | Count |
---|---|
101 | |
56 | |
51 | |
45 | |
40 |