The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi,
Before explaining the problem, let me paste sample data set.
Date | Name | Value |
01-Jul-22 | G | 10 |
02-Jul-22 | G | 20 |
03-Jul-22 | G | 30 |
04-Jul-22 | G | 40 |
05-Jul-22 | G | 50 |
01-Jul-22 | O | 60 |
02-Jul-22 | O | 70 |
03-Jul-22 | O | 80 |
04-Jul-22 | O | 90 |
05-Jul-22 | O | 100 |
01-Jul-22 | C | 110 |
02-Jul-22 | C | 120 |
03-Jul-22 | C | 130 |
04-Jul-22 | C | 140 |
05-Jul-22 | C | 150 |
I want to create a measure which will divide only "G" and "C" values with a certain number let's say 10.
Solved! Go to Solution.
Hi,
Try something like this:
DAX:
I hope this post helps to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!
My LinkedIn: https://www.linkedin.com/in/n%C3%A4ttiahov-00001/
Proud to be a Super User!
Hi,
Try something like this:
DAX:
I hope this post helps to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!
My LinkedIn: https://www.linkedin.com/in/n%C3%A4ttiahov-00001/
Proud to be a Super User!
User | Count |
---|---|
16 | |
8 | |
6 | |
6 | |
5 |
User | Count |
---|---|
24 | |
13 | |
13 | |
8 | |
8 |